Shades of Contessa #C77B70
Tints of Contessa #C77B70
RGB
CMYK
RGB Variations
Color information
#C77B70 (or 0xC77B70) is known color: Contessa. HEX triplet: C7, 7B and 70. RGB value is (199,123,112). Sum of RGB (Red+Green+Blue) = 199+123+112=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77B70 is #38848F. Grayscale: #909090. Windows color (decimal): -3703952 or 7371719. OLE color: 7371719.
HSL color Cylindrical-coordinate representation of color #C77B70: hue angle of 7.59º 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 #C77B70 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 112 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.22 |
| HSL | 7.59º | 0.44% | 0.61% | - |
| HSV(B) | 7.59º | 0.44% | 0.78% | - |
| XYZ | 33.56 | 27.48 | 18.86 | - |
| YUV | 144.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 112 | 0 | 0.38 | 0.44 | 0.22 | 7.59 | 0.44 | 0.61 |
| Hex | C7 | 7B | 70 | 0 | 26 | 2C | 16 | 8 | 2C | 3D |
| Octal | 307 | 173 | 160 | 0 | 46 | 54 | 26 | 10 | 54 | 75 |
| Binary | 11000111 | 1111011 | 1110000 | 0 | 100110 | 101100 | 10110 | 1000 | 101100 | 111101 |
Color Harmonies of #C77B70
Complementary color
Monochromatic Colors of #C77B70
Black with #C77B70
Text Example
Text Example
White with #C77B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B70; }
p { color: rgb(199,123,112); }
H1.HeaderClassName
{
color: #C77B70;
}
.AnyTagClassName
{
color: #C77B70;
}
</style>
background-color css
<style>
a { background-color: #C77B70; }
a { background-color: rgb(199,123,112); }
div.DivClassName
{
background-color: #C77B70;
}
.BgClassName
{
background-color: #C77B70;
}
</style>
border-color css
<style>
span { border-color: #C77B70; }
span { border-color: rgb(199,123,112); }
td.TdClassName
{
border-color: #C77B70;
}
.TagClassName
{
border-color: #C77B70;
}
</style>