#CD5662

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

Shades of Mandy #CD5662

Tints of Mandy #CD5662

Color information

#CD5662 (or 0xCD5662) is unknown color: approx Mandy. HEX triplet: CD, 56 and 62. RGB value is (205,86,98). Sum of RGB (Red+Green+Blue) = 205+86+98=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5662 is #32A99D. Grayscale: #7B7B7B. Windows color (decimal): -3320222 or 6444749. OLE color: 6444749.

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

Color convert

RGB2058698-
CMYK00.580.520.20
HSL353.95º54.34%57.06%-
HSV(B)353.95º58.05%80.39%-
XYZ30.7120.5213.9-
YUV122.95113.92186.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.70%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 98 (38.67% from 255) = 25.19%
R=52.70%
G=22.11%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205869800.580.520.20353.9554.3457.06
HexCD566203A34141623639
Octal31512614207264245426671
Binary1100110110101101100010011101011010010100101100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5662; }

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

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

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

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

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

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

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

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