Shades of Cabaret #CE6076
Tints of Cabaret #CE6076
RGB
CMYK
RGB Variations
Color information
#CE6076 (or 0xCE6076) is known color: Cabaret. HEX triplet: CE, 60 and 76. RGB value is (206,96,118). Sum of RGB (Red+Green+Blue) = 206+96+118=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6076 is #319F89. Grayscale: #838383. Windows color (decimal): -3252106 or 7758030. OLE color: 7758030.
HSL color Cylindrical-coordinate representation of color #CE6076: hue angle of 348º 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 #CE6076 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 118 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.19 |
| HSL | 348º | 0.53% | 0.59% | - |
| HSV(B) | 348º | 0.53% | 0.81% | - |
| XYZ | 32.91 | 22.8 | 19.81 | - |
| YUV | 131.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 118 | 0 | 0.53 | 0.43 | 0.19 | 348 | 0.53 | 0.59 |
| Hex | CE | 60 | 76 | 0 | 35 | 2B | 13 | 15C | 35 | 3B |
| Octal | 316 | 140 | 166 | 0 | 65 | 53 | 23 | 534 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1110110 | 0 | 110101 | 101011 | 10011 | 101011100 | 110101 | 111011 |
Color Harmonies of #CE6076
Complementary color
Monochromatic Colors of #CE6076
Black with #CE6076
Text Example
Text Example
White with #CE6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6076; }
p { color: rgb(206,96,118); }
H1.HeaderClassName
{
color: #CE6076;
}
.AnyTagClassName
{
color: #CE6076;
}
</style>
background-color css
<style>
a { background-color: #CE6076; }
a { background-color: rgb(206,96,118); }
div.DivClassName
{
background-color: #CE6076;
}
.BgClassName
{
background-color: #CE6076;
}
</style>
border-color css
<style>
span { border-color: #CE6076; }
span { border-color: rgb(206,96,118); }
td.TdClassName
{
border-color: #CE6076;
}
.TagClassName
{
border-color: #CE6076;
}
</style>