Shades of Cabaret #CC5670
Tints of Cabaret #CC5670
RGB
CMYK
RGB Variations
Color information
#CC5670 (or 0xCC5670) is known color: Cabaret. HEX triplet: CC, 56 and 70. RGB value is (204,86,112). Sum of RGB (Red+Green+Blue) = 204+86+112=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5670 is #33A98F. Grayscale: #7C7C7C. Windows color (decimal): -3385744 or 7362252. OLE color: 7362252.
HSL color Cylindrical-coordinate representation of color #CC5670: hue angle of 346.78º 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 #CC5670 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 112 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.2 |
| HSL | 346.78º | 0.54% | 0.57% | - |
| HSV(B) | 346.78º | 0.58% | 0.8% | - |
| XYZ | 31.15 | 20.66 | 17.68 | - |
| YUV | 124.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 112 | 0 | 0.58 | 0.45 | 0.2 | 346.78 | 0.54 | 0.57 |
| Hex | CC | 56 | 70 | 0 | 3A | 2D | 14 | 15B | 36 | 39 |
| Octal | 314 | 126 | 160 | 0 | 72 | 55 | 24 | 533 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1110000 | 0 | 111010 | 101101 | 10100 | 101011011 | 110110 | 111001 |
Color Harmonies of #CC5670
Complementary color
Monochromatic Colors of #CC5670
Black with #CC5670
Text Example
Text Example
White with #CC5670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5670; }
p { color: rgb(204,86,112); }
H1.HeaderClassName
{
color: #CC5670;
}
.AnyTagClassName
{
color: #CC5670;
}
</style>
background-color css
<style>
a { background-color: #CC5670; }
a { background-color: rgb(204,86,112); }
div.DivClassName
{
background-color: #CC5670;
}
.BgClassName
{
background-color: #CC5670;
}
</style>
border-color css
<style>
span { border-color: #CC5670; }
span { border-color: rgb(204,86,112); }
td.TdClassName
{
border-color: #CC5670;
}
.TagClassName
{
border-color: #CC5670;
}
</style>