Shades of Contessa #C07968
Tints of Contessa #C07968
RGB
CMYK
RGB Variations
Color information
#C07968 (or 0xC07968) is known color: Contessa. HEX triplet: C0, 79 and 68. RGB value is (192,121,104). Sum of RGB (Red+Green+Blue) = 192+121+104=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C07968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07968 is #3F8697. Grayscale: #8C8C8C. Windows color (decimal): -4163224 or 6846912. OLE color: 6846912.
HSL color Cylindrical-coordinate representation of color #C07968: hue angle of 11.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07968 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 104 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.25 |
| HSL | 11.59º | 0.41% | 0.58% | - |
| HSV(B) | 11.59º | 0.46% | 0.75% | - |
| XYZ | 31.07 | 25.88 | 16.45 | - |
| YUV | 140.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 104 | 0 | 0.37 | 0.46 | 0.25 | 11.59 | 0.41 | 0.58 |
| Hex | C0 | 79 | 68 | 0 | 25 | 2E | 19 | C | 29 | 3A |
| Octal | 300 | 171 | 150 | 0 | 45 | 56 | 31 | 14 | 51 | 72 |
| Binary | 11000000 | 1111001 | 1101000 | 0 | 100101 | 101110 | 11001 | 1100 | 101001 | 111010 |
Color Harmonies of #C07968
Complementary color
Monochromatic Colors of #C07968
Black with #C07968
Text Example
Text Example
White with #C07968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07968; }
p { color: rgb(192,121,104); }
H1.HeaderClassName
{
color: #C07968;
}
.AnyTagClassName
{
color: #C07968;
}
</style>
background-color css
<style>
a { background-color: #C07968; }
a { background-color: rgb(192,121,104); }
div.DivClassName
{
background-color: #C07968;
}
.BgClassName
{
background-color: #C07968;
}
</style>
border-color css
<style>
span { border-color: #C07968; }
span { border-color: rgb(192,121,104); }
td.TdClassName
{
border-color: #C07968;
}
.TagClassName
{
border-color: #C07968;
}
</style>