#CC5255

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

Shades of Mandy #CC5255

Tints of Mandy #CC5255

Color information

#CC5255 (or 0xCC5255) is unknown color: approx Mandy. HEX triplet: CC, 52 and 55. RGB value is (204,82,85). Sum of RGB (Red+Green+Blue) = 204+82+85=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5255 is #33ADAA. Grayscale: #767676. Windows color (decimal): -3386795 or 5591756. OLE color: 5591756.

HSL color Cylindrical-coordinate representation of color #CC5255: hue angle of 358.52º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5255 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB2048285-
CMYK00.600.580.2
HSL358.52º54.46%56.08%-
HSV(B)358.52º59.8%80%-
XYZ29.5619.5310.81-
YUV118.82108.92188.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=54.99%
G=22.10%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204828500.600.580.2358.5254.4656.08
HexCC525503C3A141673638
Octal31412212507472245476670
Binary1100110010100101010101011110011101010100101100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5255; }

 p { color: rgb(204,82,85); }

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

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

 a { background-color: rgb(204,82,85); }

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

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

 span { border-color: rgb(204,82,85); }

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