Shades of Cabaret #CC5066
Tints of Cabaret #CC5066
RGB
CMYK
RGB Variations
Color information
#CC5066 (or 0xCC5066) is known color: Cabaret. HEX triplet: CC, 50 and 66. RGB value is (204,80,102). Sum of RGB (Red+Green+Blue) = 204+80+102=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5066 is #33AF99. Grayscale: #777777. Windows color (decimal): -3387290 or 6705356. OLE color: 6705356.
HSL color Cylindrical-coordinate representation of color #CC5066: hue angle of 349.35º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5066 is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 102 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.2 |
| HSL | 349.35º | 0.55% | 0.56% | - |
| HSV(B) | 349.35º | 0.61% | 0.8% | - |
| XYZ | 30.17 | 19.53 | 14.75 | - |
| YUV | 119.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 102 | 0 | 0.61 | 0.5 | 0.2 | 349.35 | 0.55 | 0.56 |
| Hex | CC | 50 | 66 | 0 | 3D | 32 | 14 | 15D | 37 | 38 |
| Octal | 314 | 120 | 146 | 0 | 75 | 62 | 24 | 535 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1100110 | 0 | 111101 | 110010 | 10100 | 101011101 | 110111 | 111000 |
Color Harmonies of #CC5066
Complementary color
Monochromatic Colors of #CC5066
Black with #CC5066
Text Example
Text Example
White with #CC5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5066; }
p { color: rgb(204,80,102); }
H1.HeaderClassName
{
color: #CC5066;
}
.AnyTagClassName
{
color: #CC5066;
}
</style>
background-color css
<style>
a { background-color: #CC5066; }
a { background-color: rgb(204,80,102); }
div.DivClassName
{
background-color: #CC5066;
}
.BgClassName
{
background-color: #CC5066;
}
</style>
border-color css
<style>
span { border-color: #CC5066; }
span { border-color: rgb(204,80,102); }
td.TdClassName
{
border-color: #CC5066;
}
.TagClassName
{
border-color: #CC5066;
}
</style>