Shades of Contessa #C86E66
Tints of Contessa #C86E66
RGB
CMYK
RGB Variations
Color information
#C86E66 (or 0xC86E66) is known color: Contessa. HEX triplet: C8, 6E and 66. RGB value is (200,110,102). Sum of RGB (Red+Green+Blue) = 200+110+102=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E66 is #379199. Grayscale: #888888. Windows color (decimal): -3641754 or 6713032. OLE color: 6713032.
HSL color Cylindrical-coordinate representation of color #C86E66: hue angle of 4.9º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86E66 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 102 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.22 |
| HSL | 4.9º | 0.47% | 0.59% | - |
| HSV(B) | 4.9º | 0.49% | 0.78% | - |
| XYZ | 31.79 | 24.39 | 15.6 | - |
| YUV | 136 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 102 | 0 | 0.45 | 0.49 | 0.22 | 4.9 | 0.47 | 0.59 |
| Hex | C8 | 6E | 66 | 0 | 2D | 31 | 16 | 5 | 2F | 3B |
| Octal | 310 | 156 | 146 | 0 | 55 | 61 | 26 | 5 | 57 | 73 |
| Binary | 11001000 | 1101110 | 1100110 | 0 | 101101 | 110001 | 10110 | 101 | 101111 | 111011 |
Color Harmonies of #C86E66
Complementary color
Monochromatic Colors of #C86E66
Black with #C86E66
Text Example
Text Example
White with #C86E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E66; }
p { color: rgb(200,110,102); }
H1.HeaderClassName
{
color: #C86E66;
}
.AnyTagClassName
{
color: #C86E66;
}
</style>
background-color css
<style>
a { background-color: #C86E66; }
a { background-color: rgb(200,110,102); }
div.DivClassName
{
background-color: #C86E66;
}
.BgClassName
{
background-color: #C86E66;
}
</style>
border-color css
<style>
span { border-color: #C86E66; }
span { border-color: rgb(200,110,102); }
td.TdClassName
{
border-color: #C86E66;
}
.TagClassName
{
border-color: #C86E66;
}
</style>