#CC4557

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

Shades of Mandy #CC4557

Tints of Mandy #CC4557

Color information

#CC4557 (or 0xCC4557) is unknown color: approx Mandy. HEX triplet: CC, 45 and 57. RGB value is (204,69,87). Sum of RGB (Red+Green+Blue) = 204+69+87=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4557 is #33BAA8. Grayscale: #6F6F6F. Windows color (decimal): -3390121 or 5719500. OLE color: 5719500.

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

Color convert

RGB2046987-
CMYK00.660.570.2
HSL352º56.96%53.53%-
HSV(B)352º66.18%80%-
XYZ28.7517.7810.93-
YUV111.42114.23194.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=56.67%
G=19.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204698700.660.570.235256.9653.53
HexCC455704239141603936
Octal314105127010271245407166
Binary11001100100010110101110100001011100110100101100000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4557; }

 p { color: rgb(204,69,87); }

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

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

 a { background-color: rgb(204,69,87); }

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

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

 span { border-color: rgb(204,69,87); }

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