#CC4251

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

Shades of Mandy #CC4251

Tints of Mandy #CC4251

Color information

#CC4251 (or 0xCC4251) is unknown color: approx Mandy. HEX triplet: CC, 42 and 51. RGB value is (204,66,81). Sum of RGB (Red+Green+Blue) = 204+66+81=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4251 is #33BDAE. Grayscale: #6D6D6D. Windows color (decimal): -3390895 or 5325516. OLE color: 5325516.

HSL color Cylindrical-coordinate representation of color #CC4251: hue angle of 353.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4251 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB2046681-
CMYK00.680.600.2
HSL353.48º57.5%52.94%-
HSV(B)353.48º67.65%80%-
XYZ28.3417.339.64-
YUV108.97112.22195.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.12%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=58.12%
G=18.80%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204668100.680.600.2353.4857.552.94
HexCC42510443C141613a35
Octal314102121010474245417265
Binary11001100100001010100010100010011110010100101100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4251; }

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

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

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

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

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

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

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

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