Shades of Cabaret #CC5972
Tints of Cabaret #CC5972
RGB
CMYK
RGB Variations
Color information
#CC5972 (or 0xCC5972) is known color: Cabaret. HEX triplet: CC, 59 and 72. RGB value is (204,89,114). Sum of RGB (Red+Green+Blue) = 204+89+114=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5972 is #33A68D. Grayscale: #7E7E7E. Windows color (decimal): -3384974 or 7494092. OLE color: 7494092.
HSL color Cylindrical-coordinate representation of color #CC5972: hue angle of 346.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5972 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 114 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.2 |
| HSL | 346.96º | 0.53% | 0.57% | - |
| HSV(B) | 346.96º | 0.56% | 0.8% | - |
| XYZ | 31.51 | 21.2 | 18.35 | - |
| YUV | 126.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 114 | 0 | 0.56 | 0.44 | 0.2 | 346.96 | 0.53 | 0.57 |
| Hex | CC | 59 | 72 | 0 | 38 | 2C | 14 | 15B | 35 | 39 |
| Octal | 314 | 131 | 162 | 0 | 70 | 54 | 24 | 533 | 65 | 71 |
| Binary | 11001100 | 1011001 | 1110010 | 0 | 111000 | 101100 | 10100 | 101011011 | 110101 | 111001 |
Color Harmonies of #CC5972
Complementary color
Monochromatic Colors of #CC5972
Black with #CC5972
Text Example
Text Example
White with #CC5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5972; }
p { color: rgb(204,89,114); }
H1.HeaderClassName
{
color: #CC5972;
}
.AnyTagClassName
{
color: #CC5972;
}
</style>
background-color css
<style>
a { background-color: #CC5972; }
a { background-color: rgb(204,89,114); }
div.DivClassName
{
background-color: #CC5972;
}
.BgClassName
{
background-color: #CC5972;
}
</style>
border-color css
<style>
span { border-color: #CC5972; }
span { border-color: rgb(204,89,114); }
td.TdClassName
{
border-color: #CC5972;
}
.TagClassName
{
border-color: #CC5972;
}
</style>