Shades of Cabaret #CC5671
Tints of Cabaret #CC5671
RGB
CMYK
RGB Variations
Color information
#CC5671 (or 0xCC5671) is known color: Cabaret. HEX triplet: CC, 56 and 71. RGB value is (204,86,113). Sum of RGB (Red+Green+Blue) = 204+86+113=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5671 is #33A98E. Grayscale: #7C7C7C. Windows color (decimal): -3385743 or 7427788. OLE color: 7427788.
HSL color Cylindrical-coordinate representation of color #CC5671: hue angle of 346.27º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5671 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 113 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.2 |
| HSL | 346.27º | 0.54% | 0.57% | - |
| HSV(B) | 346.27º | 0.58% | 0.8% | - |
| XYZ | 31.21 | 20.69 | 17.97 | - |
| YUV | 124.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 113 | 0 | 0.58 | 0.45 | 0.2 | 346.27 | 0.54 | 0.57 |
| Hex | CC | 56 | 71 | 0 | 3A | 2D | 14 | 15A | 36 | 39 |
| Octal | 314 | 126 | 161 | 0 | 72 | 55 | 24 | 532 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1110001 | 0 | 111010 | 101101 | 10100 | 101011010 | 110110 | 111001 |
Color Harmonies of #CC5671
Complementary color
Monochromatic Colors of #CC5671
Black with #CC5671
Text Example
Text Example
White with #CC5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5671; }
p { color: rgb(204,86,113); }
H1.HeaderClassName
{
color: #CC5671;
}
.AnyTagClassName
{
color: #CC5671;
}
</style>
background-color css
<style>
a { background-color: #CC5671; }
a { background-color: rgb(204,86,113); }
div.DivClassName
{
background-color: #CC5671;
}
.BgClassName
{
background-color: #CC5671;
}
</style>
border-color css
<style>
span { border-color: #CC5671; }
span { border-color: rgb(204,86,113); }
td.TdClassName
{
border-color: #CC5671;
}
.TagClassName
{
border-color: #CC5671;
}
</style>