Shades of Cabaret #CC5276
Tints of Cabaret #CC5276
RGB
CMYK
RGB Variations
Color information
#CC5276 (or 0xCC5276) is known color: Cabaret. HEX triplet: CC, 52 and 76. RGB value is (204,82,118). Sum of RGB (Red+Green+Blue) = 204+82+118=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5276 is #33AD89. Grayscale: #7A7A7A. Windows color (decimal): -3386762 or 7754444. OLE color: 7754444.
HSL color Cylindrical-coordinate representation of color #CC5276: hue angle of 342.3º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5276 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 118 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.2 |
| HSL | 342.3º | 0.54% | 0.56% | - |
| HSV(B) | 342.3º | 0.6% | 0.8% | - |
| XYZ | 31.19 | 20.18 | 19.39 | - |
| YUV | 122.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 118 | 0 | 0.60 | 0.42 | 0.2 | 342.3 | 0.54 | 0.56 |
| Hex | CC | 52 | 76 | 0 | 3C | 2A | 14 | 156 | 36 | 38 |
| Octal | 314 | 122 | 166 | 0 | 74 | 52 | 24 | 526 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1110110 | 0 | 111100 | 101010 | 10100 | 101010110 | 110110 | 111000 |
Color Harmonies of #CC5276
Complementary color
Monochromatic Colors of #CC5276
Black with #CC5276
Text Example
Text Example
White with #CC5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5276; }
p { color: rgb(204,82,118); }
H1.HeaderClassName
{
color: #CC5276;
}
.AnyTagClassName
{
color: #CC5276;
}
</style>
background-color css
<style>
a { background-color: #CC5276; }
a { background-color: rgb(204,82,118); }
div.DivClassName
{
background-color: #CC5276;
}
.BgClassName
{
background-color: #CC5276;
}
</style>
border-color css
<style>
span { border-color: #CC5276; }
span { border-color: rgb(204,82,118); }
td.TdClassName
{
border-color: #CC5276;
}
.TagClassName
{
border-color: #CC5276;
}
</style>