Shades of Contessa #C97871
Tints of Contessa #C97871
RGB
CMYK
RGB Variations
Color information
#C97871 (or 0xC97871) is known color: Contessa. HEX triplet: C9, 78 and 71. RGB value is (201,120,113). Sum of RGB (Red+Green+Blue) = 201+120+113=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C97871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97871 is #36878E. Grayscale: #8F8F8F. Windows color (decimal): -3573647 or 7436489. OLE color: 7436489.
HSL color Cylindrical-coordinate representation of color #C97871: hue angle of 4.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97871 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 113 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.21 |
| HSL | 4.77º | 0.45% | 0.62% | - |
| HSV(B) | 4.77º | 0.44% | 0.79% | - |
| XYZ | 33.78 | 27.04 | 19.06 | - |
| YUV | 143.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 113 | 0 | 0.40 | 0.44 | 0.21 | 4.77 | 0.45 | 0.62 |
| Hex | C9 | 78 | 71 | 0 | 28 | 2C | 15 | 5 | 2D | 3E |
| Octal | 311 | 170 | 161 | 0 | 50 | 54 | 25 | 5 | 55 | 76 |
| Binary | 11001001 | 1111000 | 1110001 | 0 | 101000 | 101100 | 10101 | 101 | 101101 | 111110 |
Color Harmonies of #C97871
Complementary color
Monochromatic Colors of #C97871
Black with #C97871
Text Example
Text Example
White with #C97871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97871; }
p { color: rgb(201,120,113); }
H1.HeaderClassName
{
color: #C97871;
}
.AnyTagClassName
{
color: #C97871;
}
</style>
background-color css
<style>
a { background-color: #C97871; }
a { background-color: rgb(201,120,113); }
div.DivClassName
{
background-color: #C97871;
}
.BgClassName
{
background-color: #C97871;
}
</style>
border-color css
<style>
span { border-color: #C97871; }
span { border-color: rgb(201,120,113); }
td.TdClassName
{
border-color: #C97871;
}
.TagClassName
{
border-color: #C97871;
}
</style>