Shades of Contessa #C07170
Tints of Contessa #C07170
RGB
CMYK
RGB Variations
Color information
#C07170 (or 0xC07170) is known color: Contessa. HEX triplet: C0, 71 and 70. RGB value is (192,113,112). Sum of RGB (Red+Green+Blue) = 192+113+112=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C07170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07170 is #3F8E8F. Grayscale: #888888. Windows color (decimal): -4165264 or 7369152. OLE color: 7369152.
HSL color Cylindrical-coordinate representation of color #C07170: hue angle of 0.75º 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 #C07170 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 112 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.25 |
| HSL | 0.75º | 0.39% | 0.6% | - |
| HSV(B) | 0.75º | 0.42% | 0.75% | - |
| XYZ | 30.57 | 24.19 | 18.39 | - |
| YUV | 136.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 112 | 0 | 0.41 | 0.42 | 0.25 | 0.75 | 0.39 | 0.6 |
| Hex | C0 | 71 | 70 | 0 | 29 | 2A | 19 | 1 | 27 | 3C |
| Octal | 300 | 161 | 160 | 0 | 51 | 52 | 31 | 1 | 47 | 74 |
| Binary | 11000000 | 1110001 | 1110000 | 0 | 101001 | 101010 | 11001 | 1 | 100111 | 111100 |
Color Harmonies of #C07170
Complementary color
Monochromatic Colors of #C07170
Black with #C07170
Text Example
Text Example
White with #C07170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07170; }
p { color: rgb(192,113,112); }
H1.HeaderClassName
{
color: #C07170;
}
.AnyTagClassName
{
color: #C07170;
}
</style>
background-color css
<style>
a { background-color: #C07170; }
a { background-color: rgb(192,113,112); }
div.DivClassName
{
background-color: #C07170;
}
.BgClassName
{
background-color: #C07170;
}
</style>
border-color css
<style>
span { border-color: #C07170; }
span { border-color: rgb(192,113,112); }
td.TdClassName
{
border-color: #C07170;
}
.TagClassName
{
border-color: #C07170;
}
</style>