Shades of Cabaret #CC5076
Tints of Cabaret #CC5076
RGB
CMYK
RGB Variations
Color information
#CC5076 (or 0xCC5076) is known color: Cabaret. HEX triplet: CC, 50 and 76. RGB value is (204,80,118). Sum of RGB (Red+Green+Blue) = 204+80+118=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5076 is #33AF89. Grayscale: #797979. Windows color (decimal): -3387274 or 7753932. OLE color: 7753932.
HSL color Cylindrical-coordinate representation of color #CC5076: hue angle of 341.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5076 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 118 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.2 |
| HSL | 341.61º | 0.55% | 0.56% | - |
| HSV(B) | 341.61º | 0.61% | 0.8% | - |
| XYZ | 31.04 | 19.88 | 19.34 | - |
| YUV | 121.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 118 | 0 | 0.61 | 0.42 | 0.2 | 341.61 | 0.55 | 0.56 |
| Hex | CC | 50 | 76 | 0 | 3D | 2A | 14 | 156 | 37 | 38 |
| Octal | 314 | 120 | 166 | 0 | 75 | 52 | 24 | 526 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1110110 | 0 | 111101 | 101010 | 10100 | 101010110 | 110111 | 111000 |
Color Harmonies of #CC5076
Complementary color
Monochromatic Colors of #CC5076
Black with #CC5076
Text Example
Text Example
White with #CC5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5076; }
p { color: rgb(204,80,118); }
H1.HeaderClassName
{
color: #CC5076;
}
.AnyTagClassName
{
color: #CC5076;
}
</style>
background-color css
<style>
a { background-color: #CC5076; }
a { background-color: rgb(204,80,118); }
div.DivClassName
{
background-color: #CC5076;
}
.BgClassName
{
background-color: #CC5076;
}
</style>
border-color css
<style>
span { border-color: #CC5076; }
span { border-color: rgb(204,80,118); }
td.TdClassName
{
border-color: #CC5076;
}
.TagClassName
{
border-color: #CC5076;
}
</style>