Shades of Contessa #C07770
Tints of Contessa #C07770
RGB
CMYK
RGB Variations
Color information
#C07770 (or 0xC07770) is known color: Contessa. HEX triplet: C0, 77 and 70. RGB value is (192,119,112). Sum of RGB (Red+Green+Blue) = 192+119+112=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07770 is #3F888F. Grayscale: #8C8C8C. Windows color (decimal): -4163728 or 7370688. OLE color: 7370688.
HSL color Cylindrical-coordinate representation of color #C07770: hue angle of 5.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 #C07770 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 112 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.25 |
| HSL | 5.25º | 0.39% | 0.6% | - |
| HSV(B) | 5.25º | 0.42% | 0.75% | - |
| XYZ | 31.26 | 25.57 | 18.62 | - |
| YUV | 140.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 112 | 0 | 0.38 | 0.42 | 0.25 | 5.25 | 0.39 | 0.6 |
| Hex | C0 | 77 | 70 | 0 | 26 | 2A | 19 | 5 | 27 | 3C |
| Octal | 300 | 167 | 160 | 0 | 46 | 52 | 31 | 5 | 47 | 74 |
| Binary | 11000000 | 1110111 | 1110000 | 0 | 100110 | 101010 | 11001 | 101 | 100111 | 111100 |
Color Harmonies of #C07770
Complementary color
Monochromatic Colors of #C07770
Black with #C07770
Text Example
Text Example
White with #C07770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07770; }
p { color: rgb(192,119,112); }
H1.HeaderClassName
{
color: #C07770;
}
.AnyTagClassName
{
color: #C07770;
}
</style>
background-color css
<style>
a { background-color: #C07770; }
a { background-color: rgb(192,119,112); }
div.DivClassName
{
background-color: #C07770;
}
.BgClassName
{
background-color: #C07770;
}
</style>
border-color css
<style>
span { border-color: #C07770; }
span { border-color: rgb(192,119,112); }
td.TdClassName
{
border-color: #C07770;
}
.TagClassName
{
border-color: #C07770;
}
</style>