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