Shades of Cabaret #CE666F
Tints of Cabaret #CE666F
RGB
CMYK
RGB Variations
Color information
#CE666F (or 0xCE666F) is known color: Cabaret. HEX triplet: CE, 66 and 6F. RGB value is (206,102,111). Sum of RGB (Red+Green+Blue) = 206+102+111=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE666F is #319990. Grayscale: #868686. Windows color (decimal): -3250577 or 7300814. OLE color: 7300814.
HSL color Cylindrical-coordinate representation of color #CE666F: hue angle of 354.81º 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 #CE666F is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 111 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.19 |
| HSL | 354.81º | 0.51% | 0.6% | - |
| HSV(B) | 354.81º | 0.5% | 0.81% | - |
| XYZ | 33.07 | 23.77 | 17.88 | - |
| YUV | 134.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 111 | 0 | 0.50 | 0.46 | 0.19 | 354.81 | 0.51 | 0.6 |
| Hex | CE | 66 | 6F | 0 | 32 | 2E | 13 | 163 | 33 | 3C |
| Octal | 316 | 146 | 157 | 0 | 62 | 56 | 23 | 543 | 63 | 74 |
| Binary | 11001110 | 1100110 | 1101111 | 0 | 110010 | 101110 | 10011 | 101100011 | 110011 | 111100 |
Color Harmonies of #CE666F
Complementary color
Monochromatic Colors of #CE666F
Black with #CE666F
Text Example
Text Example
White with #CE666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE666F; }
p { color: rgb(206,102,111); }
H1.HeaderClassName
{
color: #CE666F;
}
.AnyTagClassName
{
color: #CE666F;
}
</style>
background-color css
<style>
a { background-color: #CE666F; }
a { background-color: rgb(206,102,111); }
div.DivClassName
{
background-color: #CE666F;
}
.BgClassName
{
background-color: #CE666F;
}
</style>
border-color css
<style>
span { border-color: #CE666F; }
span { border-color: rgb(206,102,111); }
td.TdClassName
{
border-color: #CE666F;
}
.TagClassName
{
border-color: #CE666F;
}
</style>