Shades of Cabaret #CC5774
Tints of Cabaret #CC5774
RGB
CMYK
RGB Variations
Color information
#CC5774 (or 0xCC5774) is known color: Cabaret. HEX triplet: CC, 57 and 74. RGB value is (204,87,116). Sum of RGB (Red+Green+Blue) = 204+87+116=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5774 is #33A88B. Grayscale: #7D7D7D. Windows color (decimal): -3385484 or 7624652. OLE color: 7624652.
HSL color Cylindrical-coordinate representation of color #CC5774: hue angle of 345.13º 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 #CC5774 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 116 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.2 |
| HSL | 345.13º | 0.53% | 0.57% | - |
| HSV(B) | 345.13º | 0.57% | 0.8% | - |
| XYZ | 31.46 | 20.91 | 18.9 | - |
| YUV | 125.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 116 | 0 | 0.57 | 0.43 | 0.2 | 345.13 | 0.53 | 0.57 |
| Hex | CC | 57 | 74 | 0 | 39 | 2B | 14 | 159 | 35 | 39 |
| Octal | 314 | 127 | 164 | 0 | 71 | 53 | 24 | 531 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1110100 | 0 | 111001 | 101011 | 10100 | 101011001 | 110101 | 111001 |
Color Harmonies of #CC5774
Complementary color
Monochromatic Colors of #CC5774
Black with #CC5774
Text Example
Text Example
White with #CC5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5774; }
p { color: rgb(204,87,116); }
H1.HeaderClassName
{
color: #CC5774;
}
.AnyTagClassName
{
color: #CC5774;
}
</style>
background-color css
<style>
a { background-color: #CC5774; }
a { background-color: rgb(204,87,116); }
div.DivClassName
{
background-color: #CC5774;
}
.BgClassName
{
background-color: #CC5774;
}
</style>
border-color css
<style>
span { border-color: #CC5774; }
span { border-color: rgb(204,87,116); }
td.TdClassName
{
border-color: #CC5774;
}
.TagClassName
{
border-color: #CC5774;
}
</style>