Shades of Cabaret #CC5271
Tints of Cabaret #CC5271
RGB
CMYK
RGB Variations
Color information
#CC5271 (or 0xCC5271) is known color: Cabaret. HEX triplet: CC, 52 and 71. RGB value is (204,82,113). Sum of RGB (Red+Green+Blue) = 204+82+113=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5271 is #33AD8E. Grayscale: #7A7A7A. Windows color (decimal): -3386767 or 7426764. OLE color: 7426764.
HSL color Cylindrical-coordinate representation of color #CC5271: hue angle of 344.75º 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 #CC5271 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 113 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.2 |
| HSL | 344.75º | 0.54% | 0.56% | - |
| HSV(B) | 344.75º | 0.6% | 0.8% | - |
| XYZ | 30.9 | 20.06 | 17.87 | - |
| YUV | 122.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 113 | 0 | 0.60 | 0.45 | 0.2 | 344.75 | 0.54 | 0.56 |
| Hex | CC | 52 | 71 | 0 | 3C | 2D | 14 | 159 | 36 | 38 |
| Octal | 314 | 122 | 161 | 0 | 74 | 55 | 24 | 531 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1110001 | 0 | 111100 | 101101 | 10100 | 101011001 | 110110 | 111000 |
Color Harmonies of #CC5271
Complementary color
Monochromatic Colors of #CC5271
Black with #CC5271
Text Example
Text Example
White with #CC5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5271; }
p { color: rgb(204,82,113); }
H1.HeaderClassName
{
color: #CC5271;
}
.AnyTagClassName
{
color: #CC5271;
}
</style>
background-color css
<style>
a { background-color: #CC5271; }
a { background-color: rgb(204,82,113); }
div.DivClassName
{
background-color: #CC5271;
}
.BgClassName
{
background-color: #CC5271;
}
</style>
border-color css
<style>
span { border-color: #CC5271; }
span { border-color: rgb(204,82,113); }
td.TdClassName
{
border-color: #CC5271;
}
.TagClassName
{
border-color: #CC5271;
}
</style>