Shades of Cabaret #CC5770
Tints of Cabaret #CC5770
RGB
CMYK
RGB Variations
Color information
#CC5770 (or 0xCC5770) is known color: Cabaret. HEX triplet: CC, 57 and 70. RGB value is (204,87,112). Sum of RGB (Red+Green+Blue) = 204+87+112=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5770 is #33A88F. Grayscale: #7C7C7C. Windows color (decimal): -3385488 or 7362508. OLE color: 7362508.
HSL color Cylindrical-coordinate representation of color #CC5770: hue angle of 347.18º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5770 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 112 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.2 |
| HSL | 347.18º | 0.53% | 0.57% | - |
| HSV(B) | 347.18º | 0.57% | 0.8% | - |
| XYZ | 31.23 | 20.82 | 17.7 | - |
| YUV | 124.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 112 | 0 | 0.57 | 0.45 | 0.2 | 347.18 | 0.53 | 0.57 |
| Hex | CC | 57 | 70 | 0 | 39 | 2D | 14 | 15B | 35 | 39 |
| Octal | 314 | 127 | 160 | 0 | 71 | 55 | 24 | 533 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1110000 | 0 | 111001 | 101101 | 10100 | 101011011 | 110101 | 111001 |
Color Harmonies of #CC5770
Complementary color
Monochromatic Colors of #CC5770
Black with #CC5770
Text Example
Text Example
White with #CC5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5770; }
p { color: rgb(204,87,112); }
H1.HeaderClassName
{
color: #CC5770;
}
.AnyTagClassName
{
color: #CC5770;
}
</style>
background-color css
<style>
a { background-color: #CC5770; }
a { background-color: rgb(204,87,112); }
div.DivClassName
{
background-color: #CC5770;
}
.BgClassName
{
background-color: #CC5770;
}
</style>
border-color css
<style>
span { border-color: #CC5770; }
span { border-color: rgb(204,87,112); }
td.TdClassName
{
border-color: #CC5770;
}
.TagClassName
{
border-color: #CC5770;
}
</style>