Shades of Cabaret #CC5471
Tints of Cabaret #CC5471
RGB
CMYK
RGB Variations
Color information
#CC5471 (or 0xCC5471) is known color: Cabaret. HEX triplet: CC, 54 and 71. RGB value is (204,84,113). Sum of RGB (Red+Green+Blue) = 204+84+113=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5471 is #33AB8E. Grayscale: #7B7B7B. Windows color (decimal): -3386255 or 7427276. OLE color: 7427276.
HSL color Cylindrical-coordinate representation of color #CC5471: hue angle of 345.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5471 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 113 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.2 |
| HSL | 345.5º | 0.54% | 0.56% | - |
| HSV(B) | 345.5º | 0.59% | 0.8% | - |
| XYZ | 31.05 | 20.37 | 17.92 | - |
| YUV | 123.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 113 | 0 | 0.59 | 0.45 | 0.2 | 345.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 71 | 0 | 3B | 2D | 14 | 15A | 36 | 38 |
| Octal | 314 | 124 | 161 | 0 | 73 | 55 | 24 | 532 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1110001 | 0 | 111011 | 101101 | 10100 | 101011010 | 110110 | 111000 |
Color Harmonies of #CC5471
Complementary color
Monochromatic Colors of #CC5471
Black with #CC5471
Text Example
Text Example
White with #CC5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5471; }
p { color: rgb(204,84,113); }
H1.HeaderClassName
{
color: #CC5471;
}
.AnyTagClassName
{
color: #CC5471;
}
</style>
background-color css
<style>
a { background-color: #CC5471; }
a { background-color: rgb(204,84,113); }
div.DivClassName
{
background-color: #CC5471;
}
.BgClassName
{
background-color: #CC5471;
}
</style>
border-color css
<style>
span { border-color: #CC5471; }
span { border-color: rgb(204,84,113); }
td.TdClassName
{
border-color: #CC5471;
}
.TagClassName
{
border-color: #CC5471;
}
</style>