Shades of Cabaret #CE6670
Tints of Cabaret #CE6670
RGB
CMYK
RGB Variations
Color information
#CE6670 (or 0xCE6670) is known color: Cabaret. HEX triplet: CE, 66 and 70. RGB value is (206,102,112). Sum of RGB (Red+Green+Blue) = 206+102+112=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6670 is #31998F. Grayscale: #868686. Windows color (decimal): -3250576 or 7366350. OLE color: 7366350.
HSL color Cylindrical-coordinate representation of color #CE6670: hue angle of 354.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6670 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 112 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.19 |
| HSL | 354.23º | 0.51% | 0.6% | - |
| HSV(B) | 354.23º | 0.5% | 0.81% | - |
| XYZ | 33.13 | 23.79 | 18.18 | - |
| YUV | 134.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 112 | 0 | 0.50 | 0.46 | 0.19 | 354.23 | 0.51 | 0.6 |
| Hex | CE | 66 | 70 | 0 | 32 | 2E | 13 | 162 | 33 | 3C |
| Octal | 316 | 146 | 160 | 0 | 62 | 56 | 23 | 542 | 63 | 74 |
| Binary | 11001110 | 1100110 | 1110000 | 0 | 110010 | 101110 | 10011 | 101100010 | 110011 | 111100 |
Color Harmonies of #CE6670
Complementary color
Monochromatic Colors of #CE6670
Black with #CE6670
Text Example
Text Example
White with #CE6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6670; }
p { color: rgb(206,102,112); }
H1.HeaderClassName
{
color: #CE6670;
}
.AnyTagClassName
{
color: #CE6670;
}
</style>
background-color css
<style>
a { background-color: #CE6670; }
a { background-color: rgb(206,102,112); }
div.DivClassName
{
background-color: #CE6670;
}
.BgClassName
{
background-color: #CE6670;
}
</style>
border-color css
<style>
span { border-color: #CE6670; }
span { border-color: rgb(206,102,112); }
td.TdClassName
{
border-color: #CE6670;
}
.TagClassName
{
border-color: #CE6670;
}
</style>