#CC5776

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

Shades of Cabaret #CC5776

Tints of Cabaret #CC5776

Color information

#CC5776 (or 0xCC5776) is unknown color: approx Cabaret. HEX triplet: CC, 57 and 76. RGB value is (204,87,118). Sum of RGB (Red+Green+Blue) = 204+87+118=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5776 is #33A889. Grayscale: #7D7D7D. Windows color (decimal): -3385482 or 7755724. OLE color: 7755724.

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

Color convert

RGB20487118-
CMYK00.570.420.2
HSL344.1º53.42%57.06%-
HSV(B)344.1º57.35%80%-
XYZ31.5820.9619.52-
YUV125.52123.76183.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=49.88%
G=21.27%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048711800.570.420.2344.153.4257.06
HexCC57760392A141583539
Octal31412716607152245306571
Binary1100110010101111110110011100110101010100101011000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5776; }

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

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

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

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

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

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

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

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