Shades of Cabaret #CE6571
Tints of Cabaret #CE6571
RGB
CMYK
RGB Variations
Color information
#CE6571 (or 0xCE6571) is known color: Cabaret. HEX triplet: CE, 65 and 71. RGB value is (206,101,113). Sum of RGB (Red+Green+Blue) = 206+101+113=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6571 is #319A8E. Grayscale: #858585. Windows color (decimal): -3250831 or 7431630. OLE color: 7431630.
HSL color Cylindrical-coordinate representation of color #CE6571: hue angle of 353.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6571 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 113 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.19 |
| HSL | 353.14º | 0.52% | 0.6% | - |
| HSV(B) | 353.14º | 0.51% | 0.81% | - |
| XYZ | 33.09 | 23.62 | 18.44 | - |
| YUV | 133.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 113 | 0 | 0.51 | 0.45 | 0.19 | 353.14 | 0.52 | 0.6 |
| Hex | CE | 65 | 71 | 0 | 33 | 2D | 13 | 161 | 34 | 3C |
| Octal | 316 | 145 | 161 | 0 | 63 | 55 | 23 | 541 | 64 | 74 |
| Binary | 11001110 | 1100101 | 1110001 | 0 | 110011 | 101101 | 10011 | 101100001 | 110100 | 111100 |
Color Harmonies of #CE6571
Complementary color
Monochromatic Colors of #CE6571
Black with #CE6571
Text Example
Text Example
White with #CE6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6571; }
p { color: rgb(206,101,113); }
H1.HeaderClassName
{
color: #CE6571;
}
.AnyTagClassName
{
color: #CE6571;
}
</style>
background-color css
<style>
a { background-color: #CE6571; }
a { background-color: rgb(206,101,113); }
div.DivClassName
{
background-color: #CE6571;
}
.BgClassName
{
background-color: #CE6571;
}
</style>
border-color css
<style>
span { border-color: #CE6571; }
span { border-color: rgb(206,101,113); }
td.TdClassName
{
border-color: #CE6571;
}
.TagClassName
{
border-color: #CE6571;
}
</style>