Shades of Contessa #C7706D
Tints of Contessa #C7706D
RGB
CMYK
RGB Variations
Color information
#C7706D (or 0xC7706D) is known color: Contessa. HEX triplet: C7, 70 and 6D. RGB value is (199,112,109). Sum of RGB (Red+Green+Blue) = 199+112+109=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7706D is #388F92. Grayscale: #898989. Windows color (decimal): -3706771 or 7172295. OLE color: 7172295.
HSL color Cylindrical-coordinate representation of color #C7706D: hue angle of 2º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7706D is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 109 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.22 |
| HSL | 2º | 0.45% | 0.6% | - |
| HSV(B) | 2º | 0.45% | 0.78% | - |
| XYZ | 32.11 | 24.83 | 17.57 | - |
| YUV | 137.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 109 | 0 | 0.44 | 0.45 | 0.22 | 2 | 0.45 | 0.6 |
| Hex | C7 | 70 | 6D | 0 | 2C | 2D | 16 | 2 | 2D | 3C |
| Octal | 307 | 160 | 155 | 0 | 54 | 55 | 26 | 2 | 55 | 74 |
| Binary | 11000111 | 1110000 | 1101101 | 0 | 101100 | 101101 | 10110 | 10 | 101101 | 111100 |
Color Harmonies of #C7706D
Complementary color
Monochromatic Colors of #C7706D
Black with #C7706D
Text Example
Text Example
White with #C7706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7706D; }
p { color: rgb(199,112,109); }
H1.HeaderClassName
{
color: #C7706D;
}
.AnyTagClassName
{
color: #C7706D;
}
</style>
background-color css
<style>
a { background-color: #C7706D; }
a { background-color: rgb(199,112,109); }
div.DivClassName
{
background-color: #C7706D;
}
.BgClassName
{
background-color: #C7706D;
}
</style>
border-color css
<style>
span { border-color: #C7706D; }
span { border-color: rgb(199,112,109); }
td.TdClassName
{
border-color: #C7706D;
}
.TagClassName
{
border-color: #C7706D;
}
</style>