Shades of Cabaret #CC5273
Tints of Cabaret #CC5273
RGB
CMYK
RGB Variations
Color information
#CC5273 (or 0xCC5273) is known color: Cabaret. HEX triplet: CC, 52 and 73. RGB value is (204,82,115). Sum of RGB (Red+Green+Blue) = 204+82+115=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5273 is #33AD8C. Grayscale: #7A7A7A. Windows color (decimal): -3386765 or 7557836. OLE color: 7557836.
HSL color Cylindrical-coordinate representation of color #CC5273: hue angle of 343.77º 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 #CC5273 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 115 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.2 |
| HSL | 343.77º | 0.54% | 0.56% | - |
| HSV(B) | 343.77º | 0.6% | 0.8% | - |
| XYZ | 31.01 | 20.11 | 18.47 | - |
| YUV | 122.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 115 | 0 | 0.60 | 0.44 | 0.2 | 343.77 | 0.54 | 0.56 |
| Hex | CC | 52 | 73 | 0 | 3C | 2C | 14 | 158 | 36 | 38 |
| Octal | 314 | 122 | 163 | 0 | 74 | 54 | 24 | 530 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1110011 | 0 | 111100 | 101100 | 10100 | 101011000 | 110110 | 111000 |
Color Harmonies of #CC5273
Complementary color
Monochromatic Colors of #CC5273
Black with #CC5273
Text Example
Text Example
White with #CC5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5273; }
p { color: rgb(204,82,115); }
H1.HeaderClassName
{
color: #CC5273;
}
.AnyTagClassName
{
color: #CC5273;
}
</style>
background-color css
<style>
a { background-color: #CC5273; }
a { background-color: rgb(204,82,115); }
div.DivClassName
{
background-color: #CC5273;
}
.BgClassName
{
background-color: #CC5273;
}
</style>
border-color css
<style>
span { border-color: #CC5273; }
span { border-color: rgb(204,82,115); }
td.TdClassName
{
border-color: #CC5273;
}
.TagClassName
{
border-color: #CC5273;
}
</style>