Shades of Cabaret #CC5B78
Tints of Cabaret #CC5B78
RGB
CMYK
RGB Variations
Color information
#CC5B78 (or 0xCC5B78) is known color: Cabaret. HEX triplet: CC, 5B and 78. RGB value is (204,91,120). Sum of RGB (Red+Green+Blue) = 204+91+120=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B78 is #33A487. Grayscale: #808080. Windows color (decimal): -3384456 or 7887820. OLE color: 7887820.
HSL color Cylindrical-coordinate representation of color #CC5B78: hue angle of 344.6º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5B78 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 120 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.2 |
| HSL | 344.6º | 0.53% | 0.58% | - |
| HSV(B) | 344.6º | 0.55% | 0.8% | - |
| XYZ | 32.03 | 21.68 | 20.26 | - |
| YUV | 128.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 120 | 0 | 0.55 | 0.41 | 0.2 | 344.6 | 0.53 | 0.58 |
| Hex | CC | 5B | 78 | 0 | 37 | 29 | 14 | 159 | 35 | 3A |
| Octal | 314 | 133 | 170 | 0 | 67 | 51 | 24 | 531 | 65 | 72 |
| Binary | 11001100 | 1011011 | 1111000 | 0 | 110111 | 101001 | 10100 | 101011001 | 110101 | 111010 |
Color Harmonies of #CC5B78
Complementary color
Monochromatic Colors of #CC5B78
Black with #CC5B78
Text Example
Text Example
White with #CC5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B78; }
p { color: rgb(204,91,120); }
H1.HeaderClassName
{
color: #CC5B78;
}
.AnyTagClassName
{
color: #CC5B78;
}
</style>
background-color css
<style>
a { background-color: #CC5B78; }
a { background-color: rgb(204,91,120); }
div.DivClassName
{
background-color: #CC5B78;
}
.BgClassName
{
background-color: #CC5B78;
}
</style>
border-color css
<style>
span { border-color: #CC5B78; }
span { border-color: rgb(204,91,120); }
td.TdClassName
{
border-color: #CC5B78;
}
.TagClassName
{
border-color: #CC5B78;
}
</style>