Shades of Contessa #C07470
Tints of Contessa #C07470
RGB
CMYK
RGB Variations
Color information
#C07470 (or 0xC07470) is known color: Contessa. HEX triplet: C0, 74 and 70. RGB value is (192,116,112). Sum of RGB (Red+Green+Blue) = 192+116+112=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C07470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07470 is #3F8B8F. Grayscale: #8A8A8A. Windows color (decimal): -4164496 or 7369920. OLE color: 7369920.
HSL color Cylindrical-coordinate representation of color #C07470: hue angle of 3º 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 #C07470 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 112 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.25 |
| HSL | 3º | 0.39% | 0.6% | - |
| HSV(B) | 3º | 0.42% | 0.75% | - |
| XYZ | 30.91 | 24.87 | 18.5 | - |
| YUV | 138.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 112 | 0 | 0.40 | 0.42 | 0.25 | 3 | 0.39 | 0.6 |
| Hex | C0 | 74 | 70 | 0 | 28 | 2A | 19 | 3 | 27 | 3C |
| Octal | 300 | 164 | 160 | 0 | 50 | 52 | 31 | 3 | 47 | 74 |
| Binary | 11000000 | 1110100 | 1110000 | 0 | 101000 | 101010 | 11001 | 11 | 100111 | 111100 |
Color Harmonies of #C07470
Complementary color
Monochromatic Colors of #C07470
Black with #C07470
Text Example
Text Example
White with #C07470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07470; }
p { color: rgb(192,116,112); }
H1.HeaderClassName
{
color: #C07470;
}
.AnyTagClassName
{
color: #C07470;
}
</style>
background-color css
<style>
a { background-color: #C07470; }
a { background-color: rgb(192,116,112); }
div.DivClassName
{
background-color: #C07470;
}
.BgClassName
{
background-color: #C07470;
}
</style>
border-color css
<style>
span { border-color: #C07470; }
span { border-color: rgb(192,116,112); }
td.TdClassName
{
border-color: #C07470;
}
.TagClassName
{
border-color: #C07470;
}
</style>