Shades of Cabaret #CC5566
Tints of Cabaret #CC5566
RGB
CMYK
RGB Variations
Color information
#CC5566 (or 0xCC5566) is known color: 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
| RGB | 204 | 85 | 102 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.2 |
| HSL | 351.43º | 0.54% | 0.57% | - |
| HSV(B) | 351.43º | 0.58% | 0.8% | - |
| XYZ | 30.55 | 20.29 | 14.88 | - |
| YUV | 122.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 102 | 0 | 0.58 | 0.5 | 0.2 | 351.43 | 0.54 | 0.57 |
| Hex | CC | 55 | 66 | 0 | 3A | 32 | 14 | 15F | 36 | 39 |
| Octal | 314 | 125 | 146 | 0 | 72 | 62 | 24 | 537 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1100110 | 0 | 111010 | 110010 | 10100 | 101011111 | 110110 | 111001 |
Color Harmonies of #CC5566
Complementary color
Monochromatic Colors of #CC5566
Black with #CC5566
Text Example
Text Example
White with #CC5566
Text Example
Text Example
HTML Codes & Css Web 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>