#CC5457

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

Shades of Mandy #CC5457

Tints of Mandy #CC5457

Color information

#CC5457 (or 0xCC5457) is unknown color: approx Mandy. HEX triplet: CC, 54 and 57. RGB value is (204,84,87). Sum of RGB (Red+Green+Blue) = 204+84+87=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5457 is #33ABA8. Grayscale: #787878. Windows color (decimal): -3386281 or 5723340. OLE color: 5723340.

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

Color convert

RGB2048487-
CMYK00.590.570.2
HSL358.5º54.05%56.47%-
HSV(B)358.5º58.82%80%-
XYZ29.7919.8711.28-
YUV120.22109.26187.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=54.4%
G=22.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204848700.590.570.2358.554.0556.47
HexCC545703B39141663638
Octal31412412707371245466670
Binary1100110010101001010111011101111100110100101100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5457; }

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

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

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

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

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

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

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

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