#cc545a

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

Shades of Mandy #CC545A

Tints of Mandy #CC545A

Color information

#CC545A (or 0xCC545A) is unknown color: approx Mandy. HEX triplet: CC, 54 and 5A. RGB value is (204,84,90). Sum of RGB (Red+Green+Blue) = 204+84+90=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC545A is #33ABA5. Grayscale: #787878. Windows color (decimal): -3386278 or 5919948. OLE color: 5919948.

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

Color convert

RGB2048490-
CMYK00.590.560.2
HSL357º54.05%56.47%-
HSV(B)357º58.82%80%-
XYZ29.9219.9211.94-
YUV120.56110.76187.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=53.97%
G=22.22%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204849000.590.560.235754.0556.47
HexCC545A03B38141653638
Octal31412413207370245456670
Binary1100110010101001011010011101111100010100101100101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc545a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc545a; }

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

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

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

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

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

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

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

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