Shades of Contessa #C07370
Tints of Contessa #C07370
RGB
CMYK
RGB Variations
Color information
#C07370 (or 0xC07370) is known color: Contessa. HEX triplet: C0, 73 and 70. RGB value is (192,115,112). Sum of RGB (Red+Green+Blue) = 192+115+112=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C07370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07370 is #3F8C8F. Grayscale: #898989. Windows color (decimal): -4164752 or 7369664. OLE color: 7369664.
HSL color Cylindrical-coordinate representation of color #C07370: hue angle of 2.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07370 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 112 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.25 |
| HSL | 2.25º | 0.39% | 0.6% | - |
| HSV(B) | 2.25º | 0.42% | 0.75% | - |
| XYZ | 30.79 | 24.64 | 18.46 | - |
| YUV | 137.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 112 | 0 | 0.40 | 0.42 | 0.25 | 2.25 | 0.39 | 0.6 |
| Hex | C0 | 73 | 70 | 0 | 28 | 2A | 19 | 2 | 27 | 3C |
| Octal | 300 | 163 | 160 | 0 | 50 | 52 | 31 | 2 | 47 | 74 |
| Binary | 11000000 | 1110011 | 1110000 | 0 | 101000 | 101010 | 11001 | 10 | 100111 | 111100 |
Color Harmonies of #C07370
Complementary color
Monochromatic Colors of #C07370
Black with #C07370
Text Example
Text Example
White with #C07370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07370; }
p { color: rgb(192,115,112); }
H1.HeaderClassName
{
color: #C07370;
}
.AnyTagClassName
{
color: #C07370;
}
</style>
background-color css
<style>
a { background-color: #C07370; }
a { background-color: rgb(192,115,112); }
div.DivClassName
{
background-color: #C07370;
}
.BgClassName
{
background-color: #C07370;
}
</style>
border-color css
<style>
span { border-color: #C07370; }
span { border-color: rgb(192,115,112); }
td.TdClassName
{
border-color: #C07370;
}
.TagClassName
{
border-color: #C07370;
}
</style>