Shades of Contessa #C0786D
Tints of Contessa #C0786D
RGB
CMYK
RGB Variations
Color information
#C0786D (or 0xC0786D) is known color: Contessa. HEX triplet: C0, 78 and 6D. RGB value is (192,120,109). Sum of RGB (Red+Green+Blue) = 192+120+109=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0786D is #3F8792. Grayscale: #8C8C8C. Windows color (decimal): -4163475 or 7174336. OLE color: 7174336.
HSL color Cylindrical-coordinate representation of color #C0786D: hue angle of 7.95º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0786D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 109 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.25 |
| HSL | 7.95º | 0.4% | 0.59% | - |
| HSV(B) | 7.95º | 0.43% | 0.75% | - |
| XYZ | 31.22 | 25.74 | 17.79 | - |
| YUV | 140.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 109 | 0 | 0.38 | 0.43 | 0.25 | 7.95 | 0.4 | 0.59 |
| Hex | C0 | 78 | 6D | 0 | 26 | 2B | 19 | 8 | 28 | 3B |
| Octal | 300 | 170 | 155 | 0 | 46 | 53 | 31 | 10 | 50 | 73 |
| Binary | 11000000 | 1111000 | 1101101 | 0 | 100110 | 101011 | 11001 | 1000 | 101000 | 111011 |
Color Harmonies of #C0786D
Complementary color
Monochromatic Colors of #C0786D
Black with #C0786D
Text Example
Text Example
White with #C0786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0786D; }
p { color: rgb(192,120,109); }
H1.HeaderClassName
{
color: #C0786D;
}
.AnyTagClassName
{
color: #C0786D;
}
</style>
background-color css
<style>
a { background-color: #C0786D; }
a { background-color: rgb(192,120,109); }
div.DivClassName
{
background-color: #C0786D;
}
.BgClassName
{
background-color: #C0786D;
}
</style>
border-color css
<style>
span { border-color: #C0786D; }
span { border-color: rgb(192,120,109); }
td.TdClassName
{
border-color: #C0786D;
}
.TagClassName
{
border-color: #C0786D;
}
</style>