Shades of Cabaret #CC596F
Tints of Cabaret #CC596F
RGB
CMYK
RGB Variations
Color information
#CC596F (or 0xCC596F) is known color: Cabaret. HEX triplet: CC, 59 and 6F. RGB value is (204,89,111). Sum of RGB (Red+Green+Blue) = 204+89+111=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC596F is #33A690. Grayscale: #7D7D7D. Windows color (decimal): -3384977 or 7297484. OLE color: 7297484.
HSL color Cylindrical-coordinate representation of color #CC596F: hue angle of 348.52º 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 #CC596F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 111 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.2 |
| HSL | 348.52º | 0.53% | 0.57% | - |
| HSV(B) | 348.52º | 0.56% | 0.8% | - |
| XYZ | 31.34 | 21.13 | 17.47 | - |
| YUV | 125.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 111 | 0 | 0.56 | 0.46 | 0.2 | 348.52 | 0.53 | 0.57 |
| Hex | CC | 59 | 6F | 0 | 38 | 2E | 14 | 15D | 35 | 39 |
| Octal | 314 | 131 | 157 | 0 | 70 | 56 | 24 | 535 | 65 | 71 |
| Binary | 11001100 | 1011001 | 1101111 | 0 | 111000 | 101110 | 10100 | 101011101 | 110101 | 111001 |
Color Harmonies of #CC596F
Complementary color
Monochromatic Colors of #CC596F
Black with #CC596F
Text Example
Text Example
White with #CC596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC596F; }
p { color: rgb(204,89,111); }
H1.HeaderClassName
{
color: #CC596F;
}
.AnyTagClassName
{
color: #CC596F;
}
</style>
background-color css
<style>
a { background-color: #CC596F; }
a { background-color: rgb(204,89,111); }
div.DivClassName
{
background-color: #CC596F;
}
.BgClassName
{
background-color: #CC596F;
}
</style>
border-color css
<style>
span { border-color: #CC596F; }
span { border-color: rgb(204,89,111); }
td.TdClassName
{
border-color: #CC596F;
}
.TagClassName
{
border-color: #CC596F;
}
</style>