#CC545E

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

Shades of Mandy #CC545E

Tints of Mandy #CC545E

Color information

#CC545E (or 0xCC545E) is unknown color: approx Mandy. HEX triplet: CC, 54 and 5E. RGB value is (204,84,94). Sum of RGB (Red+Green+Blue) = 204+84+94=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC545E is #33ABA1. Grayscale: #797979. Windows color (decimal): -3386274 or 6182092. OLE color: 6182092.

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

Color convert

RGB2048494-
CMYK00.590.540.2
HSL355º54.05%56.47%-
HSV(B)355º58.82%80%-
XYZ30.0919.9912.86-
YUV121.02112.76187.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=53.40%
G=21.99%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204849400.590.540.235554.0556.47
HexCC545E03B36141633638
Octal31412413607366245436670
Binary1100110010101001011110011101111011010100101100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC545E; }

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

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

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

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

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

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

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

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