Shades of Cabaret #CC5975
Tints of Cabaret #CC5975
RGB
CMYK
RGB Variations
Color information
#CC5975 (or 0xCC5975) is known color: Cabaret. HEX triplet: CC, 59 and 75. RGB value is (204,89,117). Sum of RGB (Red+Green+Blue) = 204+89+117=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5975 is #33A68A. Grayscale: #7E7E7E. Windows color (decimal): -3384971 or 7690700. OLE color: 7690700.
HSL color Cylindrical-coordinate representation of color #CC5975: hue angle of 345.39º 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 #CC5975 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 117 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.2 |
| HSL | 345.39º | 0.53% | 0.57% | - |
| HSV(B) | 345.39º | 0.56% | 0.8% | - |
| XYZ | 31.69 | 21.27 | 19.26 | - |
| YUV | 126.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 117 | 0 | 0.56 | 0.43 | 0.2 | 345.39 | 0.53 | 0.57 |
| Hex | CC | 59 | 75 | 0 | 38 | 2B | 14 | 159 | 35 | 39 |
| Octal | 314 | 131 | 165 | 0 | 70 | 53 | 24 | 531 | 65 | 71 |
| Binary | 11001100 | 1011001 | 1110101 | 0 | 111000 | 101011 | 10100 | 101011001 | 110101 | 111001 |
Color Harmonies of #CC5975
Complementary color
Monochromatic Colors of #CC5975
Black with #CC5975
Text Example
Text Example
White with #CC5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5975; }
p { color: rgb(204,89,117); }
H1.HeaderClassName
{
color: #CC5975;
}
.AnyTagClassName
{
color: #CC5975;
}
</style>
background-color css
<style>
a { background-color: #CC5975; }
a { background-color: rgb(204,89,117); }
div.DivClassName
{
background-color: #CC5975;
}
.BgClassName
{
background-color: #CC5975;
}
</style>
border-color css
<style>
span { border-color: #CC5975; }
span { border-color: rgb(204,89,117); }
td.TdClassName
{
border-color: #CC5975;
}
.TagClassName
{
border-color: #CC5975;
}
</style>