#CD5060

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

Shades of Mandy #CD5060

Tints of Mandy #CD5060

Color information

#CD5060 (or 0xCD5060) is unknown color: approx Mandy. HEX triplet: CD, 50 and 60. RGB value is (205,80,96). Sum of RGB (Red+Green+Blue) = 205+80+96=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5060 is #32AF9F. Grayscale: #777777. Windows color (decimal): -3321760 or 6312141. OLE color: 6312141.

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

Color convert

RGB2058096-
CMYK00.610.530.20
HSL352.32º55.56%55.88%-
HSV(B)352.32º60.98%80.39%-
XYZ30.1619.5613.25-
YUV119.2114.91189.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=53.81%
G=21.00%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205809600.610.530.20352.3255.5655.88
HexCD506003D35141603838
Octal31512014007565245407070
Binary1100110110100001100000011110111010110100101100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5060; }

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

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

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

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

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

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

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

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