Shades of Cabaret #CC5876
Tints of Cabaret #CC5876
RGB
CMYK
RGB Variations
Color information
#CC5876 (or 0xCC5876) is known color: Cabaret. HEX triplet: CC, 58 and 76. RGB value is (204,88,118). Sum of RGB (Red+Green+Blue) = 204+88+118=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5876 is #33A789. Grayscale: #7E7E7E. Windows color (decimal): -3385226 or 7755980. OLE color: 7755980.
HSL color Cylindrical-coordinate representation of color #CC5876: hue angle of 344.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5876 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 118 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.2 |
| HSL | 344.48º | 0.53% | 0.57% | - |
| HSV(B) | 344.48º | 0.57% | 0.8% | - |
| XYZ | 31.66 | 21.12 | 19.55 | - |
| YUV | 126.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 118 | 0 | 0.57 | 0.42 | 0.2 | 344.48 | 0.53 | 0.57 |
| Hex | CC | 58 | 76 | 0 | 39 | 2A | 14 | 158 | 35 | 39 |
| Octal | 314 | 130 | 166 | 0 | 71 | 52 | 24 | 530 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1110110 | 0 | 111001 | 101010 | 10100 | 101011000 | 110101 | 111001 |
Color Harmonies of #CC5876
Complementary color
Monochromatic Colors of #CC5876
Black with #CC5876
Text Example
Text Example
White with #CC5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5876; }
p { color: rgb(204,88,118); }
H1.HeaderClassName
{
color: #CC5876;
}
.AnyTagClassName
{
color: #CC5876;
}
</style>
background-color css
<style>
a { background-color: #CC5876; }
a { background-color: rgb(204,88,118); }
div.DivClassName
{
background-color: #CC5876;
}
.BgClassName
{
background-color: #CC5876;
}
</style>
border-color css
<style>
span { border-color: #CC5876; }
span { border-color: rgb(204,88,118); }
td.TdClassName
{
border-color: #CC5876;
}
.TagClassName
{
border-color: #CC5876;
}
</style>