#CD5660

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

Shades of Mandy #CD5660

Tints of Mandy #CD5660

Color information

#CD5660 (or 0xCD5660) is unknown color: approx Mandy. HEX triplet: CD, 56 and 60. RGB value is (205,86,96). Sum of RGB (Red+Green+Blue) = 205+86+96=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5660 is #32A99F. Grayscale: #7A7A7A. Windows color (decimal): -3320224 or 6313677. OLE color: 6313677.

HSL color Cylindrical-coordinate representation of color #CD5660: hue angle of 354.96º 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 #CD5660 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB2058696-
CMYK00.580.530.20
HSL354.96º54.34%57.06%-
HSV(B)354.96º58.05%80.39%-
XYZ30.6220.4813.41-
YUV122.72112.92186.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=52.97%
G=22.22%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205869600.580.530.20354.9654.3457.06
HexCD566003A35141633639
Octal31512614007265245436671
Binary1100110110101101100000011101011010110100101100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5660; }

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

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

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

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

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

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

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

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