Shades of Cabaret #CC5666
Tints of Cabaret #CC5666
RGB
CMYK
RGB Variations
Color information
#CC5666 (or 0xCC5666) is known color: Cabaret. HEX triplet: CC, 56 and 66. RGB value is (204,86,102). Sum of RGB (Red+Green+Blue) = 204+86+102=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5666 is #33A999. Grayscale: #7B7B7B. Windows color (decimal): -3385754 or 6706892. OLE color: 6706892.
HSL color Cylindrical-coordinate representation of color #CC5666: hue angle of 351.86º 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 #CC5666 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 102 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.2 |
| HSL | 351.86º | 0.54% | 0.57% | - |
| HSV(B) | 351.86º | 0.58% | 0.8% | - |
| XYZ | 30.63 | 20.45 | 14.9 | - |
| YUV | 123.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 102 | 0 | 0.58 | 0.5 | 0.2 | 351.86 | 0.54 | 0.57 |
| Hex | CC | 56 | 66 | 0 | 3A | 32 | 14 | 160 | 36 | 39 |
| Octal | 314 | 126 | 146 | 0 | 72 | 62 | 24 | 540 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1100110 | 0 | 111010 | 110010 | 10100 | 101100000 | 110110 | 111001 |
Color Harmonies of #CC5666
Complementary color
Monochromatic Colors of #CC5666
Black with #CC5666
Text Example
Text Example
White with #CC5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5666; }
p { color: rgb(204,86,102); }
H1.HeaderClassName
{
color: #CC5666;
}
.AnyTagClassName
{
color: #CC5666;
}
</style>
background-color css
<style>
a { background-color: #CC5666; }
a { background-color: rgb(204,86,102); }
div.DivClassName
{
background-color: #CC5666;
}
.BgClassName
{
background-color: #CC5666;
}
</style>
border-color css
<style>
span { border-color: #CC5666; }
span { border-color: rgb(204,86,102); }
td.TdClassName
{
border-color: #CC5666;
}
.TagClassName
{
border-color: #CC5666;
}
</style>