Shades of Cabaret #CC5871
Tints of Cabaret #CC5871
RGB
CMYK
RGB Variations
Color information
#CC5871 (or 0xCC5871) is known color: Cabaret. HEX triplet: CC, 58 and 71. RGB value is (204,88,113). Sum of RGB (Red+Green+Blue) = 204+88+113=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5871 is #33A78E. Grayscale: #7D7D7D. Windows color (decimal): -3385231 or 7428300. OLE color: 7428300.
HSL color Cylindrical-coordinate representation of color #CC5871: hue angle of 347.07º 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 #CC5871 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 113 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.2 |
| HSL | 347.07º | 0.53% | 0.57% | - |
| HSV(B) | 347.07º | 0.57% | 0.8% | - |
| XYZ | 31.37 | 21.01 | 18.02 | - |
| YUV | 125.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 113 | 0 | 0.57 | 0.45 | 0.2 | 347.07 | 0.53 | 0.57 |
| Hex | CC | 58 | 71 | 0 | 39 | 2D | 14 | 15B | 35 | 39 |
| Octal | 314 | 130 | 161 | 0 | 71 | 55 | 24 | 533 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1110001 | 0 | 111001 | 101101 | 10100 | 101011011 | 110101 | 111001 |
Color Harmonies of #CC5871
Complementary color
Monochromatic Colors of #CC5871
Black with #CC5871
Text Example
Text Example
White with #CC5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5871; }
p { color: rgb(204,88,113); }
H1.HeaderClassName
{
color: #CC5871;
}
.AnyTagClassName
{
color: #CC5871;
}
</style>
background-color css
<style>
a { background-color: #CC5871; }
a { background-color: rgb(204,88,113); }
div.DivClassName
{
background-color: #CC5871;
}
.BgClassName
{
background-color: #CC5871;
}
</style>
border-color css
<style>
span { border-color: #CC5871; }
span { border-color: rgb(204,88,113); }
td.TdClassName
{
border-color: #CC5871;
}
.TagClassName
{
border-color: #CC5871;
}
</style>