Shades of Contessa #C77E70
Tints of Contessa #C77E70
RGB
CMYK
RGB Variations
Color information
#C77E70 (or 0xC77E70) is known color: Contessa. HEX triplet: C7, 7E and 70. RGB value is (199,126,112). Sum of RGB (Red+Green+Blue) = 199+126+112=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E70 is #38818F. Grayscale: #929292. Windows color (decimal): -3703184 or 7372487. OLE color: 7372487.
HSL color Cylindrical-coordinate representation of color #C77E70: hue angle of 9.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77E70 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 112 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.22 |
| HSL | 9.66º | 0.44% | 0.61% | - |
| HSV(B) | 9.66º | 0.44% | 0.78% | - |
| XYZ | 33.94 | 28.23 | 18.99 | - |
| YUV | 146.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 112 | 0 | 0.37 | 0.44 | 0.22 | 9.66 | 0.44 | 0.61 |
| Hex | C7 | 7E | 70 | 0 | 25 | 2C | 16 | A | 2C | 3D |
| Octal | 307 | 176 | 160 | 0 | 45 | 54 | 26 | 12 | 54 | 75 |
| Binary | 11000111 | 1111110 | 1110000 | 0 | 100101 | 101100 | 10110 | 1010 | 101100 | 111101 |
Color Harmonies of #C77E70
Complementary color
Monochromatic Colors of #C77E70
Black with #C77E70
Text Example
Text Example
White with #C77E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E70; }
p { color: rgb(199,126,112); }
H1.HeaderClassName
{
color: #C77E70;
}
.AnyTagClassName
{
color: #C77E70;
}
</style>
background-color css
<style>
a { background-color: #C77E70; }
a { background-color: rgb(199,126,112); }
div.DivClassName
{
background-color: #C77E70;
}
.BgClassName
{
background-color: #C77E70;
}
</style>
border-color css
<style>
span { border-color: #C77E70; }
span { border-color: rgb(199,126,112); }
td.TdClassName
{
border-color: #C77E70;
}
.TagClassName
{
border-color: #C77E70;
}
</style>