Shades of Cabaret #CE6071
Tints of Cabaret #CE6071
RGB
CMYK
RGB Variations
Color information
#CE6071 (or 0xCE6071) is known color: Cabaret. HEX triplet: CE, 60 and 71. RGB value is (206,96,113). Sum of RGB (Red+Green+Blue) = 206+96+113=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6071 is #319F8E. Grayscale: #828282. Windows color (decimal): -3252111 or 7430350. OLE color: 7430350.
HSL color Cylindrical-coordinate representation of color #CE6071: hue angle of 350.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6071 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 113 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.19 |
| HSL | 350.73º | 0.53% | 0.59% | - |
| HSV(B) | 350.73º | 0.53% | 0.81% | - |
| XYZ | 32.62 | 22.68 | 18.28 | - |
| YUV | 130.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 113 | 0 | 0.53 | 0.45 | 0.19 | 350.73 | 0.53 | 0.59 |
| Hex | CE | 60 | 71 | 0 | 35 | 2D | 13 | 15F | 35 | 3B |
| Octal | 316 | 140 | 161 | 0 | 65 | 55 | 23 | 537 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1110001 | 0 | 110101 | 101101 | 10011 | 101011111 | 110101 | 111011 |
Color Harmonies of #CE6071
Complementary color
Monochromatic Colors of #CE6071
Black with #CE6071
Text Example
Text Example
White with #CE6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6071; }
p { color: rgb(206,96,113); }
H1.HeaderClassName
{
color: #CE6071;
}
.AnyTagClassName
{
color: #CE6071;
}
</style>
background-color css
<style>
a { background-color: #CE6071; }
a { background-color: rgb(206,96,113); }
div.DivClassName
{
background-color: #CE6071;
}
.BgClassName
{
background-color: #CE6071;
}
</style>
border-color css
<style>
span { border-color: #CE6071; }
span { border-color: rgb(206,96,113); }
td.TdClassName
{
border-color: #CE6071;
}
.TagClassName
{
border-color: #CE6071;
}
</style>