#CC5567

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

Shades of Cabaret #CC5567

Tints of Cabaret #CC5567

Color information

#CC5567 (or 0xCC5567) is unknown color: approx Cabaret. HEX triplet: CC, 55 and 67. RGB value is (204,85,103). Sum of RGB (Red+Green+Blue) = 204+85+103=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5567 is #33AA98. Grayscale: #7A7A7A. Windows color (decimal): -3386009 or 6772172. OLE color: 6772172.

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

Color convert

RGB20485103-
CMYK00.580.500.2
HSL350.92º53.85%56.67%-
HSV(B)350.92º58.33%80%-
XYZ30.620.3115.14-
YUV122.63116.92186.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=52.04%
G=21.68%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048510300.580.500.2350.9253.8556.67
HexCC556703A321415f3639
Octal31412514707262245376671
Binary1100110010101011100111011101011001010100101011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5567; }

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

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

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

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

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

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

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

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