Shades of Cabaret #CC5F71
Tints of Cabaret #CC5F71
RGB
CMYK
RGB Variations
Color information
#CC5F71 (or 0xCC5F71) is known color: Cabaret. HEX triplet: CC, 5F and 71. RGB value is (204,95,113). Sum of RGB (Red+Green+Blue) = 204+95+113=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F71 is #33A08E. Grayscale: #818181. Windows color (decimal): -3383439 or 7430092. OLE color: 7430092.
HSL color Cylindrical-coordinate representation of color #CC5F71: hue angle of 350.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5F71 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 113 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.2 |
| HSL | 350.09º | 0.52% | 0.59% | - |
| HSV(B) | 350.09º | 0.53% | 0.8% | - |
| XYZ | 31.97 | 22.21 | 18.23 | - |
| YUV | 129.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 113 | 0 | 0.53 | 0.45 | 0.2 | 350.09 | 0.52 | 0.59 |
| Hex | CC | 5F | 71 | 0 | 35 | 2D | 14 | 15E | 34 | 3B |
| Octal | 314 | 137 | 161 | 0 | 65 | 55 | 24 | 536 | 64 | 73 |
| Binary | 11001100 | 1011111 | 1110001 | 0 | 110101 | 101101 | 10100 | 101011110 | 110100 | 111011 |
Color Harmonies of #CC5F71
Complementary color
Monochromatic Colors of #CC5F71
Black with #CC5F71
Text Example
Text Example
White with #CC5F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F71; }
p { color: rgb(204,95,113); }
H1.HeaderClassName
{
color: #CC5F71;
}
.AnyTagClassName
{
color: #CC5F71;
}
</style>
background-color css
<style>
a { background-color: #CC5F71; }
a { background-color: rgb(204,95,113); }
div.DivClassName
{
background-color: #CC5F71;
}
.BgClassName
{
background-color: #CC5F71;
}
</style>
border-color css
<style>
span { border-color: #CC5F71; }
span { border-color: rgb(204,95,113); }
td.TdClassName
{
border-color: #CC5F71;
}
.TagClassName
{
border-color: #CC5F71;
}
</style>