Shades of Cabaret #CC5779
Tints of Cabaret #CC5779
RGB
CMYK
RGB Variations
Color information
#CC5779 (or 0xCC5779) is known color: Cabaret. HEX triplet: CC, 57 and 79. RGB value is (204,87,121). Sum of RGB (Red+Green+Blue) = 204+87+121=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5779 is #33A886. Grayscale: #7D7D7D. Windows color (decimal): -3385479 or 7952332. OLE color: 7952332.
HSL color Cylindrical-coordinate representation of color #CC5779: hue angle of 342.56º 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 #CC5779 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 121 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.2 |
| HSL | 342.56º | 0.53% | 0.57% | - |
| HSV(B) | 342.56º | 0.57% | 0.8% | - |
| XYZ | 31.76 | 21.03 | 20.48 | - |
| YUV | 125.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 121 | 0 | 0.57 | 0.41 | 0.2 | 342.56 | 0.53 | 0.57 |
| Hex | CC | 57 | 79 | 0 | 39 | 29 | 14 | 157 | 35 | 39 |
| Octal | 314 | 127 | 171 | 0 | 71 | 51 | 24 | 527 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1111001 | 0 | 111001 | 101001 | 10100 | 101010111 | 110101 | 111001 |
Color Harmonies of #CC5779
Complementary color
Monochromatic Colors of #CC5779
Black with #CC5779
Text Example
Text Example
White with #CC5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5779; }
p { color: rgb(204,87,121); }
H1.HeaderClassName
{
color: #CC5779;
}
.AnyTagClassName
{
color: #CC5779;
}
</style>
background-color css
<style>
a { background-color: #CC5779; }
a { background-color: rgb(204,87,121); }
div.DivClassName
{
background-color: #CC5779;
}
.BgClassName
{
background-color: #CC5779;
}
</style>
border-color css
<style>
span { border-color: #CC5779; }
span { border-color: rgb(204,87,121); }
td.TdClassName
{
border-color: #CC5779;
}
.TagClassName
{
border-color: #CC5779;
}
</style>