#CC5976

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

Shades of Cabaret #CC5976

Tints of Cabaret #CC5976

Color information

#CC5976 (or 0xCC5976) is unknown color: approx Cabaret. HEX triplet: CC, 59 and 76. RGB value is (204,89,118). Sum of RGB (Red+Green+Blue) = 204+89+118=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5976 is #33A689. Grayscale: #7E7E7E. Windows color (decimal): -3384970 or 7756236. OLE color: 7756236.

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

Color convert

RGB20489118-
CMYK00.560.420.2
HSL344.87º53%57.45%-
HSV(B)344.87º56.37%80%-
XYZ31.7421.2919.58-
YUV126.69123.1183.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=49.64%
G=21.65%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048911800.560.420.2344.875357.45
HexCC59760382A141593539
Octal31413116607052245316571
Binary1100110010110011110110011100010101010100101011001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5976; }

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

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

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

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

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

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

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

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