Shades of Cabaret #CC5879
Tints of Cabaret #CC5879
RGB
CMYK
RGB Variations
Color information
#CC5879 (or 0xCC5879) is known color: Cabaret. HEX triplet: CC, 58 and 79. RGB value is (204,88,121). Sum of RGB (Red+Green+Blue) = 204+88+121=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5879 is #33A786. Grayscale: #7E7E7E. Windows color (decimal): -3385223 or 7952588. OLE color: 7952588.
HSL color Cylindrical-coordinate representation of color #CC5879: hue angle of 342.93º 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 #CC5879 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 121 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.2 |
| HSL | 342.93º | 0.53% | 0.57% | - |
| HSV(B) | 342.93º | 0.57% | 0.8% | - |
| XYZ | 31.84 | 21.2 | 20.5 | - |
| YUV | 126.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 121 | 0 | 0.57 | 0.41 | 0.2 | 342.93 | 0.53 | 0.57 |
| Hex | CC | 58 | 79 | 0 | 39 | 29 | 14 | 157 | 35 | 39 |
| Octal | 314 | 130 | 171 | 0 | 71 | 51 | 24 | 527 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1111001 | 0 | 111001 | 101001 | 10100 | 101010111 | 110101 | 111001 |
Color Harmonies of #CC5879
Complementary color
Monochromatic Colors of #CC5879
Black with #CC5879
Text Example
Text Example
White with #CC5879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5879; }
p { color: rgb(204,88,121); }
H1.HeaderClassName
{
color: #CC5879;
}
.AnyTagClassName
{
color: #CC5879;
}
</style>
background-color css
<style>
a { background-color: #CC5879; }
a { background-color: rgb(204,88,121); }
div.DivClassName
{
background-color: #CC5879;
}
.BgClassName
{
background-color: #CC5879;
}
</style>
border-color css
<style>
span { border-color: #CC5879; }
span { border-color: rgb(204,88,121); }
td.TdClassName
{
border-color: #CC5879;
}
.TagClassName
{
border-color: #CC5879;
}
</style>