Shades of Cabaret #CE4666
Tints of Cabaret #CE4666
RGB
CMYK
RGB Variations
Color information
#CE4666 (or 0xCE4666) is known color: Cabaret. HEX triplet: CE, 46 and 66. RGB value is (206,70,102). Sum of RGB (Red+Green+Blue) = 206+70+102=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4666 is #31B999. Grayscale: #727272. Windows color (decimal): -3258778 or 6702798. OLE color: 6702798.
HSL color Cylindrical-coordinate representation of color #CE4666: hue angle of 345.88º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4666 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 102 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.19 |
| HSL | 345.88º | 0.58% | 0.54% | - |
| HSV(B) | 345.88º | 0.66% | 0.81% | - |
| XYZ | 30.04 | 18.46 | 14.55 | - |
| YUV | 114.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 102 | 0 | 0.66 | 0.50 | 0.19 | 345.88 | 0.58 | 0.54 |
| Hex | CE | 46 | 66 | 0 | 42 | 32 | 13 | 15A | 3A | 36 |
| Octal | 316 | 106 | 146 | 0 | 102 | 62 | 23 | 532 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1100110 | 0 | 1000010 | 110010 | 10011 | 101011010 | 111010 | 110110 |
Color Harmonies of #CE4666
Complementary color
Monochromatic Colors of #CE4666
Black with #CE4666
Text Example
Text Example
White with #CE4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4666; }
p { color: rgb(206,70,102); }
H1.HeaderClassName
{
color: #CE4666;
}
.AnyTagClassName
{
color: #CE4666;
}
</style>
background-color css
<style>
a { background-color: #CE4666; }
a { background-color: rgb(206,70,102); }
div.DivClassName
{
background-color: #CE4666;
}
.BgClassName
{
background-color: #CE4666;
}
</style>
border-color css
<style>
span { border-color: #CE4666; }
span { border-color: rgb(206,70,102); }
td.TdClassName
{
border-color: #CE4666;
}
.TagClassName
{
border-color: #CE4666;
}
</style>