Shades of Contessa #C97875
Tints of Contessa #C97875
RGB
CMYK
RGB Variations
Color information
#C97875 (or 0xC97875) is known color: Contessa. HEX triplet: C9, 78 and 75. RGB value is (201,120,117). Sum of RGB (Red+Green+Blue) = 201+120+117=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C97875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97875 is #36878A. Grayscale: #8F8F8F. Windows color (decimal): -3573643 or 7698633. OLE color: 7698633.
HSL color Cylindrical-coordinate representation of color #C97875: hue angle of 2.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97875 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 117 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.21 |
| HSL | 2.14º | 0.44% | 0.62% | - |
| HSV(B) | 2.14º | 0.42% | 0.79% | - |
| XYZ | 34.01 | 27.13 | 20.27 | - |
| YUV | 143.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 117 | 0 | 0.40 | 0.42 | 0.21 | 2.14 | 0.44 | 0.62 |
| Hex | C9 | 78 | 75 | 0 | 28 | 2A | 15 | 2 | 2C | 3E |
| Octal | 311 | 170 | 165 | 0 | 50 | 52 | 25 | 2 | 54 | 76 |
| Binary | 11001001 | 1111000 | 1110101 | 0 | 101000 | 101010 | 10101 | 10 | 101100 | 111110 |
Color Harmonies of #C97875
Complementary color
Monochromatic Colors of #C97875
Black with #C97875
Text Example
Text Example
White with #C97875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97875; }
p { color: rgb(201,120,117); }
H1.HeaderClassName
{
color: #C97875;
}
.AnyTagClassName
{
color: #C97875;
}
</style>
background-color css
<style>
a { background-color: #C97875; }
a { background-color: rgb(201,120,117); }
div.DivClassName
{
background-color: #C97875;
}
.BgClassName
{
background-color: #C97875;
}
</style>
border-color css
<style>
span { border-color: #C97875; }
span { border-color: rgb(201,120,117); }
td.TdClassName
{
border-color: #C97875;
}
.TagClassName
{
border-color: #C97875;
}
</style>