Shades of Cabaret #CC5C79
Tints of Cabaret #CC5C79
RGB
CMYK
RGB Variations
Color information
#CC5C79 (or 0xCC5C79) is known color: Cabaret. HEX triplet: CC, 5C and 79. RGB value is (204,92,121). Sum of RGB (Red+Green+Blue) = 204+92+121=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C79 is #33A386. Grayscale: #808080. Windows color (decimal): -3384199 or 7953612. OLE color: 7953612.
HSL color Cylindrical-coordinate representation of color #CC5C79: hue angle of 344.46º degrees, saturation: 0.52, 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 #CC5C79 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 121 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.2 |
| HSL | 344.46º | 0.52% | 0.58% | - |
| HSV(B) | 344.46º | 0.55% | 0.8% | - |
| XYZ | 32.18 | 21.87 | 20.61 | - |
| YUV | 128.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 121 | 0 | 0.55 | 0.41 | 0.2 | 344.46 | 0.52 | 0.58 |
| Hex | CC | 5C | 79 | 0 | 37 | 29 | 14 | 158 | 34 | 3A |
| Octal | 314 | 134 | 171 | 0 | 67 | 51 | 24 | 530 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1111001 | 0 | 110111 | 101001 | 10100 | 101011000 | 110100 | 111010 |
Color Harmonies of #CC5C79
Complementary color
Monochromatic Colors of #CC5C79
Black with #CC5C79
Text Example
Text Example
White with #CC5C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C79; }
p { color: rgb(204,92,121); }
H1.HeaderClassName
{
color: #CC5C79;
}
.AnyTagClassName
{
color: #CC5C79;
}
</style>
background-color css
<style>
a { background-color: #CC5C79; }
a { background-color: rgb(204,92,121); }
div.DivClassName
{
background-color: #CC5C79;
}
.BgClassName
{
background-color: #CC5C79;
}
</style>
border-color css
<style>
span { border-color: #CC5C79; }
span { border-color: rgb(204,92,121); }
td.TdClassName
{
border-color: #CC5C79;
}
.TagClassName
{
border-color: #CC5C79;
}
</style>