Shades of Contessa #C87E71
Tints of Contessa #C87E71
RGB
CMYK
RGB Variations
Color information
#C87E71 (or 0xC87E71) is known color: Contessa. HEX triplet: C8, 7E and 71. RGB value is (200,126,113). Sum of RGB (Red+Green+Blue) = 200+126+113=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E71 is #37818E. Grayscale: #929292. Windows color (decimal): -3637647 or 7438024. OLE color: 7438024.
HSL color Cylindrical-coordinate representation of color #C87E71: hue angle of 8.97º 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 #C87E71 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 113 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.22 |
| HSL | 8.97º | 0.44% | 0.61% | - |
| HSV(B) | 8.97º | 0.44% | 0.78% | - |
| XYZ | 34.26 | 28.39 | 19.3 | - |
| YUV | 146.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 113 | 0 | 0.37 | 0.44 | 0.22 | 8.97 | 0.44 | 0.61 |
| Hex | C8 | 7E | 71 | 0 | 25 | 2C | 16 | 9 | 2C | 3D |
| Octal | 310 | 176 | 161 | 0 | 45 | 54 | 26 | 11 | 54 | 75 |
| Binary | 11001000 | 1111110 | 1110001 | 0 | 100101 | 101100 | 10110 | 1001 | 101100 | 111101 |
Color Harmonies of #C87E71
Complementary color
Monochromatic Colors of #C87E71
Black with #C87E71
Text Example
Text Example
White with #C87E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E71; }
p { color: rgb(200,126,113); }
H1.HeaderClassName
{
color: #C87E71;
}
.AnyTagClassName
{
color: #C87E71;
}
</style>
background-color css
<style>
a { background-color: #C87E71; }
a { background-color: rgb(200,126,113); }
div.DivClassName
{
background-color: #C87E71;
}
.BgClassName
{
background-color: #C87E71;
}
</style>
border-color css
<style>
span { border-color: #C87E71; }
span { border-color: rgb(200,126,113); }
td.TdClassName
{
border-color: #C87E71;
}
.TagClassName
{
border-color: #C87E71;
}
</style>