Shades of Contessa #C07963
Tints of Contessa #C07963
RGB
CMYK
RGB Variations
Color information
#C07963 (or 0xC07963) is known color: Contessa. HEX triplet: C0, 79 and 63. RGB value is (192,121,99). Sum of RGB (Red+Green+Blue) = 192+121+99=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C07963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07963 is #3F869C. Grayscale: #8B8B8B. Windows color (decimal): -4163229 or 6519232. OLE color: 6519232.
HSL color Cylindrical-coordinate representation of color #C07963: hue angle of 14.19º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07963 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 99 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.25 |
| HSL | 14.19º | 0.42% | 0.57% | - |
| HSV(B) | 14.19º | 0.48% | 0.75% | - |
| XYZ | 30.83 | 25.78 | 15.16 | - |
| YUV | 139.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 99 | 0 | 0.37 | 0.48 | 0.25 | 14.19 | 0.42 | 0.57 |
| Hex | C0 | 79 | 63 | 0 | 25 | 30 | 19 | E | 2A | 39 |
| Octal | 300 | 171 | 143 | 0 | 45 | 60 | 31 | 16 | 52 | 71 |
| Binary | 11000000 | 1111001 | 1100011 | 0 | 100101 | 110000 | 11001 | 1110 | 101010 | 111001 |
Color Harmonies of #C07963
Complementary color
Monochromatic Colors of #C07963
Black with #C07963
Text Example
Text Example
White with #C07963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07963; }
p { color: rgb(192,121,99); }
H1.HeaderClassName
{
color: #C07963;
}
.AnyTagClassName
{
color: #C07963;
}
</style>
background-color css
<style>
a { background-color: #C07963; }
a { background-color: rgb(192,121,99); }
div.DivClassName
{
background-color: #C07963;
}
.BgClassName
{
background-color: #C07963;
}
</style>
border-color css
<style>
span { border-color: #C07963; }
span { border-color: rgb(192,121,99); }
td.TdClassName
{
border-color: #C07963;
}
.TagClassName
{
border-color: #C07963;
}
</style>