Shades of Contessa #C0705E
Tints of Contessa #C0705E
RGB
CMYK
RGB Variations
Color information
#C0705E (or 0xC0705E) is known color: Contessa. HEX triplet: C0, 70 and 5E. RGB value is (192,112,94). Sum of RGB (Red+Green+Blue) = 192+112+94=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0705E is #3F8FA1. Grayscale: #868686. Windows color (decimal): -4165538 or 6189248. OLE color: 6189248.
HSL color Cylindrical-coordinate representation of color #C0705E: hue angle of 11.02º 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 #C0705E is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 94 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.25 |
| HSL | 11.02º | 0.44% | 0.56% | - |
| HSV(B) | 11.02º | 0.51% | 0.75% | - |
| XYZ | 29.55 | 23.6 | 13.59 | - |
| YUV | 133.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 94 | 0 | 0.42 | 0.51 | 0.25 | 11.02 | 0.44 | 0.56 |
| Hex | C0 | 70 | 5E | 0 | 2A | 33 | 19 | B | 2C | 38 |
| Octal | 300 | 160 | 136 | 0 | 52 | 63 | 31 | 13 | 54 | 70 |
| Binary | 11000000 | 1110000 | 1011110 | 0 | 101010 | 110011 | 11001 | 1011 | 101100 | 111000 |
Color Harmonies of #C0705E
Complementary color
Monochromatic Colors of #C0705E
Black with #C0705E
Text Example
Text Example
White with #C0705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0705E; }
p { color: rgb(192,112,94); }
H1.HeaderClassName
{
color: #C0705E;
}
.AnyTagClassName
{
color: #C0705E;
}
</style>
background-color css
<style>
a { background-color: #C0705E; }
a { background-color: rgb(192,112,94); }
div.DivClassName
{
background-color: #C0705E;
}
.BgClassName
{
background-color: #C0705E;
}
</style>
border-color css
<style>
span { border-color: #C0705E; }
span { border-color: rgb(192,112,94); }
td.TdClassName
{
border-color: #C0705E;
}
.TagClassName
{
border-color: #C0705E;
}
</style>