Shades of Contessa #C0796F
Tints of Contessa #C0796F
RGB
CMYK
RGB Variations
Color information
#C0796F (or 0xC0796F) is known color: Contessa. HEX triplet: C0, 79 and 6F. RGB value is (192,121,111). Sum of RGB (Red+Green+Blue) = 192+121+111=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0796F is #3F8690. Grayscale: #8D8D8D. Windows color (decimal): -4163217 or 7305664. OLE color: 7305664.
HSL color Cylindrical-coordinate representation of color #C0796F: hue angle of 7.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0796F is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 111 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.25 |
| HSL | 7.41º | 0.39% | 0.59% | - |
| HSV(B) | 7.41º | 0.42% | 0.75% | - |
| XYZ | 31.44 | 26.03 | 18.41 | - |
| YUV | 141.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 111 | 0 | 0.37 | 0.42 | 0.25 | 7.41 | 0.39 | 0.59 |
| Hex | C0 | 79 | 6F | 0 | 25 | 2A | 19 | 7 | 27 | 3B |
| Octal | 300 | 171 | 157 | 0 | 45 | 52 | 31 | 7 | 47 | 73 |
| Binary | 11000000 | 1111001 | 1101111 | 0 | 100101 | 101010 | 11001 | 111 | 100111 | 111011 |
Color Harmonies of #C0796F
Complementary color
Monochromatic Colors of #C0796F
Black with #C0796F
Text Example
Text Example
White with #C0796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0796F; }
p { color: rgb(192,121,111); }
H1.HeaderClassName
{
color: #C0796F;
}
.AnyTagClassName
{
color: #C0796F;
}
</style>
background-color css
<style>
a { background-color: #C0796F; }
a { background-color: rgb(192,121,111); }
div.DivClassName
{
background-color: #C0796F;
}
.BgClassName
{
background-color: #C0796F;
}
</style>
border-color css
<style>
span { border-color: #C0796F; }
span { border-color: rgb(192,121,111); }
td.TdClassName
{
border-color: #C0796F;
}
.TagClassName
{
border-color: #C0796F;
}
</style>