Shades of Cabaret #CC5575
Tints of Cabaret #CC5575
RGB
CMYK
RGB Variations
Color information
#CC5575 (or 0xCC5575) is known color: Cabaret. HEX triplet: CC, 55 and 75. RGB value is (204,85,117). Sum of RGB (Red+Green+Blue) = 204+85+117=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5575 is #33AA8A. Grayscale: #7C7C7C. Windows color (decimal): -3385995 or 7689676. OLE color: 7689676.
HSL color Cylindrical-coordinate representation of color #CC5575: hue angle of 343.87º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5575 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 117 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.2 |
| HSL | 343.87º | 0.54% | 0.57% | - |
| HSV(B) | 343.87º | 0.58% | 0.8% | - |
| XYZ | 31.36 | 20.62 | 19.16 | - |
| YUV | 124.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 117 | 0 | 0.58 | 0.43 | 0.2 | 343.87 | 0.54 | 0.57 |
| Hex | CC | 55 | 75 | 0 | 3A | 2B | 14 | 158 | 36 | 39 |
| Octal | 314 | 125 | 165 | 0 | 72 | 53 | 24 | 530 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1110101 | 0 | 111010 | 101011 | 10100 | 101011000 | 110110 | 111001 |
Color Harmonies of #CC5575
Complementary color
Monochromatic Colors of #CC5575
Black with #CC5575
Text Example
Text Example
White with #CC5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5575; }
p { color: rgb(204,85,117); }
H1.HeaderClassName
{
color: #CC5575;
}
.AnyTagClassName
{
color: #CC5575;
}
</style>
background-color css
<style>
a { background-color: #CC5575; }
a { background-color: rgb(204,85,117); }
div.DivClassName
{
background-color: #CC5575;
}
.BgClassName
{
background-color: #CC5575;
}
</style>
border-color css
<style>
span { border-color: #CC5575; }
span { border-color: rgb(204,85,117); }
td.TdClassName
{
border-color: #CC5575;
}
.TagClassName
{
border-color: #CC5575;
}
</style>