Shades of Cabaret #CC5166
Tints of Cabaret #CC5166
RGB
CMYK
RGB Variations
Color information
#CC5166 (or 0xCC5166) is known color: Cabaret. HEX triplet: CC, 51 and 66. RGB value is (204,81,102). Sum of RGB (Red+Green+Blue) = 204+81+102=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5166 is #33AE99. Grayscale: #787878. Windows color (decimal): -3387034 or 6705612. OLE color: 6705612.
HSL color Cylindrical-coordinate representation of color #CC5166: hue angle of 349.76º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5166 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 102 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.2 |
| HSL | 349.76º | 0.55% | 0.56% | - |
| HSV(B) | 349.76º | 0.6% | 0.8% | - |
| XYZ | 30.24 | 19.68 | 14.78 | - |
| YUV | 120.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 102 | 0 | 0.60 | 0.5 | 0.2 | 349.76 | 0.55 | 0.56 |
| Hex | CC | 51 | 66 | 0 | 3C | 32 | 14 | 15E | 37 | 38 |
| Octal | 314 | 121 | 146 | 0 | 74 | 62 | 24 | 536 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1100110 | 0 | 111100 | 110010 | 10100 | 101011110 | 110111 | 111000 |
Color Harmonies of #CC5166
Complementary color
Monochromatic Colors of #CC5166
Black with #CC5166
Text Example
Text Example
White with #CC5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5166; }
p { color: rgb(204,81,102); }
H1.HeaderClassName
{
color: #CC5166;
}
.AnyTagClassName
{
color: #CC5166;
}
</style>
background-color css
<style>
a { background-color: #CC5166; }
a { background-color: rgb(204,81,102); }
div.DivClassName
{
background-color: #CC5166;
}
.BgClassName
{
background-color: #CC5166;
}
</style>
border-color css
<style>
span { border-color: #CC5166; }
span { border-color: rgb(204,81,102); }
td.TdClassName
{
border-color: #CC5166;
}
.TagClassName
{
border-color: #CC5166;
}
</style>