#CD6062

Color #CD6062 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CD6062

Tints of Mandy #CD6062

Color information

#CD6062 (or 0xCD6062) is unknown color: approx Mandy. HEX triplet: CD, 60 and 62. RGB value is (205,96,98). Sum of RGB (Red+Green+Blue) = 205+96+98=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6062 is #329F9D. Grayscale: #808080. Windows color (decimal): -3317662 or 6447309. OLE color: 6447309.

HSL color Cylindrical-coordinate representation of color #CD6062: hue angle of 358.9º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6062 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB2059698-
CMYK00.530.520.20
HSL358.9º52.15%59.02%-
HSV(B)358.9º53.17%80.39%-
XYZ31.5622.2314.18-
YUV128.82110.61182.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 51.38%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=51.38%
G=24.06%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205969800.530.520.20358.952.1559.02
HexCD60620353414167343b
Octal31514014206564245476473
Binary1100110111000001100010011010111010010100101100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6062; }

 p { color: rgb(205,96,98); }

 H1.HeaderClassName
 {
   color: #CD6062;
 }
 .AnyTagClassName
 {
   color: #CD6062;
 }
</style>
background-color css

<style>
 a { background-color: #CD6062; }

 a { background-color: rgb(205,96,98); }

 div.DivClassName
 {
   background-color: #CD6062;
 }
 .BgClassName
 {
   background-color: #CD6062;
 }
</style>
border-color css

<style>
 span { border-color: #CD6062; }

 span { border-color: rgb(205,96,98); }

 td.TdClassName
 {
   border-color: #CD6062;
 }
 .TagClassName
 {
   border-color: #CD6062;
 }
</style>