Shades of Cabaret #CC5973
Tints of Cabaret #CC5973
RGB
CMYK
RGB Variations
Color information
#CC5973 (or 0xCC5973) is known color: Cabaret. HEX triplet: CC, 59 and 73. RGB value is (204,89,115). Sum of RGB (Red+Green+Blue) = 204+89+115=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5973 is #33A68C. Grayscale: #7E7E7E. Windows color (decimal): -3384973 or 7559628. OLE color: 7559628.
HSL color Cylindrical-coordinate representation of color #CC5973: hue angle of 346.43º 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 #CC5973 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 115 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.2 |
| HSL | 346.43º | 0.53% | 0.57% | - |
| HSV(B) | 346.43º | 0.56% | 0.8% | - |
| XYZ | 31.57 | 21.22 | 18.65 | - |
| YUV | 126.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 115 | 0 | 0.56 | 0.44 | 0.2 | 346.43 | 0.53 | 0.57 |
| Hex | CC | 59 | 73 | 0 | 38 | 2C | 14 | 15A | 35 | 39 |
| Octal | 314 | 131 | 163 | 0 | 70 | 54 | 24 | 532 | 65 | 71 |
| Binary | 11001100 | 1011001 | 1110011 | 0 | 111000 | 101100 | 10100 | 101011010 | 110101 | 111001 |
Color Harmonies of #CC5973
Complementary color
Monochromatic Colors of #CC5973
Black with #CC5973
Text Example
Text Example
White with #CC5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5973; }
p { color: rgb(204,89,115); }
H1.HeaderClassName
{
color: #CC5973;
}
.AnyTagClassName
{
color: #CC5973;
}
</style>
background-color css
<style>
a { background-color: #CC5973; }
a { background-color: rgb(204,89,115); }
div.DivClassName
{
background-color: #CC5973;
}
.BgClassName
{
background-color: #CC5973;
}
</style>
border-color css
<style>
span { border-color: #CC5973; }
span { border-color: rgb(204,89,115); }
td.TdClassName
{
border-color: #CC5973;
}
.TagClassName
{
border-color: #CC5973;
}
</style>