#CC5476

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

Shades of Cabaret #CC5476

Tints of Cabaret #CC5476

Color information

#CC5476 (or 0xCC5476) is unknown color: approx Cabaret. HEX triplet: CC, 54 and 76. RGB value is (204,84,118). Sum of RGB (Red+Green+Blue) = 204+84+118=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5476 is #33AB89. Grayscale: #7B7B7B. Windows color (decimal): -3386250 or 7754956. OLE color: 7754956.

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

Color convert

RGB20484118-
CMYK00.590.420.2
HSL343º54.05%56.47%-
HSV(B)343º58.82%80%-
XYZ31.3420.4919.44-
YUV123.76124.76185.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=50.25%
G=20.69%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048411800.590.420.234354.0556.47
HexCC547603B2A141573638
Octal31412416607352245276670
Binary1100110010101001110110011101110101010100101010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5476; }

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

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

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

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

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

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

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

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