#CC5059

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

Shades of Mandy #CC5059

Tints of Mandy #CC5059

Color information

#CC5059 (or 0xCC5059) is unknown color: approx Mandy. HEX triplet: CC, 50 and 59. RGB value is (204,80,89). Sum of RGB (Red+Green+Blue) = 204+80+89=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5059 is #33AFA6. Grayscale: #767676. Windows color (decimal): -3387303 or 5853388. OLE color: 5853388.

HSL color Cylindrical-coordinate representation of color #CC5059: hue angle of 355.65º degrees, saturation: 0.55, 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 #CC5059 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB2048089-
CMYK00.610.560.2
HSL355.65º54.87%55.69%-
HSV(B)355.65º60.78%80%-
XYZ29.5719.311.62-
YUV118.1111.58189.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.69%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=54.69%
G=21.45%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204808900.610.560.2355.6554.8755.69
HexCC505903D38141643738
Octal31412013107570245446770
Binary1100110010100001011001011110111100010100101100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5059; }

 p { color: rgb(204,80,89); }

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

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

 a { background-color: rgb(204,80,89); }

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

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

 span { border-color: rgb(204,80,89); }

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