Shades of Contessa #C8706D
Tints of Contessa #C8706D
RGB
CMYK
RGB Variations
Color information
#C8706D (or 0xC8706D) is known color: Contessa. HEX triplet: C8, 70 and 6D. RGB value is (200,112,109). Sum of RGB (Red+Green+Blue) = 200+112+109=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8706D is #378F92. Grayscale: #8A8A8A. Windows color (decimal): -3641235 or 7172296. OLE color: 7172296.
HSL color Cylindrical-coordinate representation of color #C8706D: hue angle of 1.98º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8706D is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 109 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.22 |
| HSL | 1.98º | 0.45% | 0.61% | - |
| HSV(B) | 1.98º | 0.46% | 0.78% | - |
| XYZ | 32.37 | 24.97 | 17.58 | - |
| YUV | 137.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 109 | 0 | 0.44 | 0.46 | 0.22 | 1.98 | 0.45 | 0.61 |
| Hex | C8 | 70 | 6D | 0 | 2C | 2E | 16 | 2 | 2D | 3D |
| Octal | 310 | 160 | 155 | 0 | 54 | 56 | 26 | 2 | 55 | 75 |
| Binary | 11001000 | 1110000 | 1101101 | 0 | 101100 | 101110 | 10110 | 10 | 101101 | 111101 |
Color Harmonies of #C8706D
Complementary color
Monochromatic Colors of #C8706D
Black with #C8706D
Text Example
Text Example
White with #C8706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8706D; }
p { color: rgb(200,112,109); }
H1.HeaderClassName
{
color: #C8706D;
}
.AnyTagClassName
{
color: #C8706D;
}
</style>
background-color css
<style>
a { background-color: #C8706D; }
a { background-color: rgb(200,112,109); }
div.DivClassName
{
background-color: #C8706D;
}
.BgClassName
{
background-color: #C8706D;
}
</style>
border-color css
<style>
span { border-color: #C8706D; }
span { border-color: rgb(200,112,109); }
td.TdClassName
{
border-color: #C8706D;
}
.TagClassName
{
border-color: #C8706D;
}
</style>