Shades of Cabaret #CE6178
Tints of Cabaret #CE6178
RGB
CMYK
RGB Variations
Color information
#CE6178 (or 0xCE6178) is known color: Cabaret. HEX triplet: CE, 61 and 78. RGB value is (206,97,120). Sum of RGB (Red+Green+Blue) = 206+97+120=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6178 is #319E87. Grayscale: #848484. Windows color (decimal): -3251848 or 7889358. OLE color: 7889358.
HSL color Cylindrical-coordinate representation of color #CE6178: hue angle of 347.34º 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 #CE6178 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 120 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.19 |
| HSL | 347.34º | 0.53% | 0.59% | - |
| HSV(B) | 347.34º | 0.53% | 0.81% | - |
| XYZ | 33.12 | 23.03 | 20.47 | - |
| YUV | 132.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 120 | 0 | 0.53 | 0.42 | 0.19 | 347.34 | 0.53 | 0.59 |
| Hex | CE | 61 | 78 | 0 | 35 | 2A | 13 | 15B | 35 | 3B |
| Octal | 316 | 141 | 170 | 0 | 65 | 52 | 23 | 533 | 65 | 73 |
| Binary | 11001110 | 1100001 | 1111000 | 0 | 110101 | 101010 | 10011 | 101011011 | 110101 | 111011 |
Color Harmonies of #CE6178
Complementary color
Monochromatic Colors of #CE6178
Black with #CE6178
Text Example
Text Example
White with #CE6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6178; }
p { color: rgb(206,97,120); }
H1.HeaderClassName
{
color: #CE6178;
}
.AnyTagClassName
{
color: #CE6178;
}
</style>
background-color css
<style>
a { background-color: #CE6178; }
a { background-color: rgb(206,97,120); }
div.DivClassName
{
background-color: #CE6178;
}
.BgClassName
{
background-color: #CE6178;
}
</style>
border-color css
<style>
span { border-color: #CE6178; }
span { border-color: rgb(206,97,120); }
td.TdClassName
{
border-color: #CE6178;
}
.TagClassName
{
border-color: #CE6178;
}
</style>