Shades of Contessa #C8706C
Tints of Contessa #C8706C
RGB
CMYK
RGB Variations
Color information
#C8706C (or 0xC8706C) is known color: Contessa. HEX triplet: C8, 70 and 6C. RGB value is (200,112,108). Sum of RGB (Red+Green+Blue) = 200+112+108=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8706C is #378F93. Grayscale: #898989. Windows color (decimal): -3641236 or 7106760. OLE color: 7106760.
HSL color Cylindrical-coordinate representation of color #C8706C: hue angle of 2.61º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8706C is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 108 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.22 |
| HSL | 2.61º | 0.46% | 0.6% | - |
| HSV(B) | 2.61º | 0.46% | 0.78% | - |
| XYZ | 32.32 | 24.95 | 17.3 | - |
| YUV | 137.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 108 | 0 | 0.44 | 0.46 | 0.22 | 2.61 | 0.46 | 0.6 |
| Hex | C8 | 70 | 6C | 0 | 2C | 2E | 16 | 3 | 2E | 3C |
| Octal | 310 | 160 | 154 | 0 | 54 | 56 | 26 | 3 | 56 | 74 |
| Binary | 11001000 | 1110000 | 1101100 | 0 | 101100 | 101110 | 10110 | 11 | 101110 | 111100 |
Color Harmonies of #C8706C
Complementary color
Monochromatic Colors of #C8706C
Black with #C8706C
Text Example
Text Example
White with #C8706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8706C; }
p { color: rgb(200,112,108); }
H1.HeaderClassName
{
color: #C8706C;
}
.AnyTagClassName
{
color: #C8706C;
}
</style>
background-color css
<style>
a { background-color: #C8706C; }
a { background-color: rgb(200,112,108); }
div.DivClassName
{
background-color: #C8706C;
}
.BgClassName
{
background-color: #C8706C;
}
</style>
border-color css
<style>
span { border-color: #C8706C; }
span { border-color: rgb(200,112,108); }
td.TdClassName
{
border-color: #C8706C;
}
.TagClassName
{
border-color: #C8706C;
}
</style>