Shades of Contessa #C77A70
Tints of Contessa #C77A70
RGB
CMYK
RGB Variations
Color information
#C77A70 (or 0xC77A70) is known color: Contessa. HEX triplet: C7, 7A and 70. RGB value is (199,122,112). Sum of RGB (Red+Green+Blue) = 199+122+112=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A70 is #38858F. Grayscale: #8F8F8F. Windows color (decimal): -3704208 or 7371463. OLE color: 7371463.
HSL color Cylindrical-coordinate representation of color #C77A70: hue angle of 6.9º 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 #C77A70 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 112 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.22 |
| HSL | 6.9º | 0.44% | 0.61% | - |
| HSV(B) | 6.9º | 0.44% | 0.78% | - |
| XYZ | 33.44 | 27.23 | 18.82 | - |
| YUV | 143.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 112 | 0 | 0.39 | 0.44 | 0.22 | 6.9 | 0.44 | 0.61 |
| Hex | C7 | 7A | 70 | 0 | 27 | 2C | 16 | 7 | 2C | 3D |
| Octal | 307 | 172 | 160 | 0 | 47 | 54 | 26 | 7 | 54 | 75 |
| Binary | 11000111 | 1111010 | 1110000 | 0 | 100111 | 101100 | 10110 | 111 | 101100 | 111101 |
Color Harmonies of #C77A70
Complementary color
Monochromatic Colors of #C77A70
Black with #C77A70
Text Example
Text Example
White with #C77A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A70; }
p { color: rgb(199,122,112); }
H1.HeaderClassName
{
color: #C77A70;
}
.AnyTagClassName
{
color: #C77A70;
}
</style>
background-color css
<style>
a { background-color: #C77A70; }
a { background-color: rgb(199,122,112); }
div.DivClassName
{
background-color: #C77A70;
}
.BgClassName
{
background-color: #C77A70;
}
</style>
border-color css
<style>
span { border-color: #C77A70; }
span { border-color: rgb(199,122,112); }
td.TdClassName
{
border-color: #C77A70;
}
.TagClassName
{
border-color: #C77A70;
}
</style>