Shades of Cabaret #CC5778
Tints of Cabaret #CC5778
RGB
CMYK
RGB Variations
Color information
#CC5778 (or 0xCC5778) is known color: Cabaret. HEX triplet: CC, 57 and 78. RGB value is (204,87,120). Sum of RGB (Red+Green+Blue) = 204+87+120=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5778 is #33A887. Grayscale: #7D7D7D. Windows color (decimal): -3385480 or 7886796. OLE color: 7886796.
HSL color Cylindrical-coordinate representation of color #CC5778: hue angle of 343.08º 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 #CC5778 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 120 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.2 |
| HSL | 343.08º | 0.53% | 0.57% | - |
| HSV(B) | 343.08º | 0.57% | 0.8% | - |
| XYZ | 31.7 | 21.01 | 20.15 | - |
| YUV | 125.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 120 | 0 | 0.57 | 0.41 | 0.2 | 343.08 | 0.53 | 0.57 |
| Hex | CC | 57 | 78 | 0 | 39 | 29 | 14 | 157 | 35 | 39 |
| Octal | 314 | 127 | 170 | 0 | 71 | 51 | 24 | 527 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1111000 | 0 | 111001 | 101001 | 10100 | 101010111 | 110101 | 111001 |
Color Harmonies of #CC5778
Complementary color
Monochromatic Colors of #CC5778
Black with #CC5778
Text Example
Text Example
White with #CC5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5778; }
p { color: rgb(204,87,120); }
H1.HeaderClassName
{
color: #CC5778;
}
.AnyTagClassName
{
color: #CC5778;
}
</style>
background-color css
<style>
a { background-color: #CC5778; }
a { background-color: rgb(204,87,120); }
div.DivClassName
{
background-color: #CC5778;
}
.BgClassName
{
background-color: #CC5778;
}
</style>
border-color css
<style>
span { border-color: #CC5778; }
span { border-color: rgb(204,87,120); }
td.TdClassName
{
border-color: #CC5778;
}
.TagClassName
{
border-color: #CC5778;
}
</style>