Shades of Cabaret #CC5A71
Tints of Cabaret #CC5A71
RGB
CMYK
RGB Variations
Color information
#CC5A71 (or 0xCC5A71) is known color: Cabaret. HEX triplet: CC, 5A and 71. RGB value is (204,90,113). Sum of RGB (Red+Green+Blue) = 204+90+113=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A71 is #33A58E. Grayscale: #7E7E7E. Windows color (decimal): -3384719 or 7428812. OLE color: 7428812.
HSL color Cylindrical-coordinate representation of color #CC5A71: hue angle of 347.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A71 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 113 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.2 |
| HSL | 347.89º | 0.53% | 0.58% | - |
| HSV(B) | 347.89º | 0.56% | 0.8% | - |
| XYZ | 31.54 | 21.34 | 18.08 | - |
| YUV | 126.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 113 | 0 | 0.56 | 0.45 | 0.2 | 347.89 | 0.53 | 0.58 |
| Hex | CC | 5A | 71 | 0 | 38 | 2D | 14 | 15C | 35 | 3A |
| Octal | 314 | 132 | 161 | 0 | 70 | 55 | 24 | 534 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1110001 | 0 | 111000 | 101101 | 10100 | 101011100 | 110101 | 111010 |
Color Harmonies of #CC5A71
Complementary color
Monochromatic Colors of #CC5A71
Black with #CC5A71
Text Example
Text Example
White with #CC5A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A71; }
p { color: rgb(204,90,113); }
H1.HeaderClassName
{
color: #CC5A71;
}
.AnyTagClassName
{
color: #CC5A71;
}
</style>
background-color css
<style>
a { background-color: #CC5A71; }
a { background-color: rgb(204,90,113); }
div.DivClassName
{
background-color: #CC5A71;
}
.BgClassName
{
background-color: #CC5A71;
}
</style>
border-color css
<style>
span { border-color: #CC5A71; }
span { border-color: rgb(204,90,113); }
td.TdClassName
{
border-color: #CC5A71;
}
.TagClassName
{
border-color: #CC5A71;
}
</style>