Shades of Contessa #C0695E
Tints of Contessa #C0695E
RGB
CMYK
RGB Variations
Color information
#C0695E (or 0xC0695E) is known color: Contessa. HEX triplet: C0, 69 and 5E. RGB value is (192,105,94). Sum of RGB (Red+Green+Blue) = 192+105+94=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0695E is #3F96A1. Grayscale: #818181. Windows color (decimal): -4167330 or 6187456. OLE color: 6187456.
HSL color Cylindrical-coordinate representation of color #C0695E: hue angle of 6.73º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0695E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 94 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.25 |
| HSL | 6.73º | 0.44% | 0.56% | - |
| HSV(B) | 6.73º | 0.51% | 0.75% | - |
| XYZ | 28.81 | 22.12 | 13.34 | - |
| YUV | 129.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 94 | 0 | 0.45 | 0.51 | 0.25 | 6.73 | 0.44 | 0.56 |
| Hex | C0 | 69 | 5E | 0 | 2D | 33 | 19 | 7 | 2C | 38 |
| Octal | 300 | 151 | 136 | 0 | 55 | 63 | 31 | 7 | 54 | 70 |
| Binary | 11000000 | 1101001 | 1011110 | 0 | 101101 | 110011 | 11001 | 111 | 101100 | 111000 |
Color Harmonies of #C0695E
Complementary color
Monochromatic Colors of #C0695E
Black with #C0695E
Text Example
Text Example
White with #C0695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0695E; }
p { color: rgb(192,105,94); }
H1.HeaderClassName
{
color: #C0695E;
}
.AnyTagClassName
{
color: #C0695E;
}
</style>
background-color css
<style>
a { background-color: #C0695E; }
a { background-color: rgb(192,105,94); }
div.DivClassName
{
background-color: #C0695E;
}
.BgClassName
{
background-color: #C0695E;
}
</style>
border-color css
<style>
span { border-color: #C0695E; }
span { border-color: rgb(192,105,94); }
td.TdClassName
{
border-color: #C0695E;
}
.TagClassName
{
border-color: #C0695E;
}
</style>