Shades of Cabaret #CE6176
Tints of Cabaret #CE6176
RGB
CMYK
RGB Variations
Color information
#CE6176 (or 0xCE6176) is known color: Cabaret. HEX triplet: CE, 61 and 76. RGB value is (206,97,118). Sum of RGB (Red+Green+Blue) = 206+97+118=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6176 is #319E89. Grayscale: #848484. Windows color (decimal): -3251850 or 7758286. OLE color: 7758286.
HSL color Cylindrical-coordinate representation of color #CE6176: hue angle of 348.44º 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 #CE6176 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 118 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.19 |
| HSL | 348.44º | 0.53% | 0.59% | - |
| HSV(B) | 348.44º | 0.53% | 0.81% | - |
| XYZ | 33 | 22.98 | 19.84 | - |
| YUV | 131.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 118 | 0 | 0.53 | 0.43 | 0.19 | 348.44 | 0.53 | 0.59 |
| Hex | CE | 61 | 76 | 0 | 35 | 2B | 13 | 15C | 35 | 3B |
| Octal | 316 | 141 | 166 | 0 | 65 | 53 | 23 | 534 | 65 | 73 |
| Binary | 11001110 | 1100001 | 1110110 | 0 | 110101 | 101011 | 10011 | 101011100 | 110101 | 111011 |
Color Harmonies of #CE6176
Complementary color
Monochromatic Colors of #CE6176
Black with #CE6176
Text Example
Text Example
White with #CE6176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6176; }
p { color: rgb(206,97,118); }
H1.HeaderClassName
{
color: #CE6176;
}
.AnyTagClassName
{
color: #CE6176;
}
</style>
background-color css
<style>
a { background-color: #CE6176; }
a { background-color: rgb(206,97,118); }
div.DivClassName
{
background-color: #CE6176;
}
.BgClassName
{
background-color: #CE6176;
}
</style>
border-color css
<style>
span { border-color: #CE6176; }
span { border-color: rgb(206,97,118); }
td.TdClassName
{
border-color: #CE6176;
}
.TagClassName
{
border-color: #CE6176;
}
</style>