#CC5051

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

Shades of Mandy #CC5051

Tints of Mandy #CC5051

Color information

#CC5051 (or 0xCC5051) is unknown color: approx Mandy. HEX triplet: CC, 50 and 51. RGB value is (204,80,81). Sum of RGB (Red+Green+Blue) = 204+80+81=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5051 is #33AFAE. Grayscale: #757575. Windows color (decimal): -3387311 or 5329100. OLE color: 5329100.

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

Color convert

RGB2048081-
CMYK00.610.600.2
HSL359.52º54.87%55.69%-
HSV(B)359.52º60.78%80%-
XYZ29.2619.179.94-
YUV117.19107.58189.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=55.89%
G=21.92%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204808100.610.600.2359.5254.8755.69
HexCC505103D3C141683738
Octal31412012107574245506770
Binary1100110010100001010001011110111110010100101101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5051; }

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

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

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

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

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

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

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

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