Shades of Contessa #C97470
Tints of Contessa #C97470
RGB
CMYK
RGB Variations
Color information
#C97470 (or 0xC97470) is known color: Contessa. HEX triplet: C9, 74 and 70. RGB value is (201,116,112). Sum of RGB (Red+Green+Blue) = 201+116+112=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C97470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97470 is #368B8F. Grayscale: #8D8D8D. Windows color (decimal): -3574672 or 7369929. OLE color: 7369929.
HSL color Cylindrical-coordinate representation of color #C97470: hue angle of 2.7º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97470 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 112 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.21 |
| HSL | 2.7º | 0.45% | 0.61% | - |
| HSV(B) | 2.7º | 0.44% | 0.79% | - |
| XYZ | 33.26 | 26.08 | 18.61 | - |
| YUV | 140.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 112 | 0 | 0.42 | 0.44 | 0.21 | 2.7 | 0.45 | 0.61 |
| Hex | C9 | 74 | 70 | 0 | 2A | 2C | 15 | 3 | 2D | 3D |
| Octal | 311 | 164 | 160 | 0 | 52 | 54 | 25 | 3 | 55 | 75 |
| Binary | 11001001 | 1110100 | 1110000 | 0 | 101010 | 101100 | 10101 | 11 | 101101 | 111101 |
Color Harmonies of #C97470
Complementary color
Monochromatic Colors of #C97470
Black with #C97470
Text Example
Text Example
White with #C97470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97470; }
p { color: rgb(201,116,112); }
H1.HeaderClassName
{
color: #C97470;
}
.AnyTagClassName
{
color: #C97470;
}
</style>
background-color css
<style>
a { background-color: #C97470; }
a { background-color: rgb(201,116,112); }
div.DivClassName
{
background-color: #C97470;
}
.BgClassName
{
background-color: #C97470;
}
</style>
border-color css
<style>
span { border-color: #C97470; }
span { border-color: rgb(201,116,112); }
td.TdClassName
{
border-color: #C97470;
}
.TagClassName
{
border-color: #C97470;
}
</style>