#cc5566

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

Shades of Cabaret #CC5566

Tints of Cabaret #CC5566

Color information

#CC5566 (or 0xCC5566) is unknown color: approx Cabaret. HEX triplet: CC, 55 and 66. RGB value is (204,85,102). Sum of RGB (Red+Green+Blue) = 204+85+102=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5566 is #33AA99. Grayscale: #7A7A7A. Windows color (decimal): -3386010 or 6706636. OLE color: 6706636.

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

Color convert

RGB20485102-
CMYK00.580.50.2
HSL351.43º53.85%56.67%-
HSV(B)351.43º58.33%80%-
XYZ30.5520.2914.88-
YUV122.52116.42186.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=52.17%
G=21.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048510200.580.50.2351.4353.8556.67
HexCC556603A321415f3639
Octal31412514607262245376671
Binary1100110010101011100110011101011001010100101011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5566; }

 p { color: rgb(204,85,102); }

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

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

 a { background-color: rgb(204,85,102); }

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

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

 span { border-color: rgb(204,85,102); }

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