Shades of Contessa #C97770
Tints of Contessa #C97770
RGB
CMYK
RGB Variations
Color information
#C97770 (or 0xC97770) is known color: Contessa. HEX triplet: C9, 77 and 70. RGB value is (201,119,112). Sum of RGB (Red+Green+Blue) = 201+119+112=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C97770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97770 is #36888F. Grayscale: #8E8E8E. Windows color (decimal): -3573904 or 7370697. OLE color: 7370697.
HSL color Cylindrical-coordinate representation of color #C97770: hue angle of 4.72º 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 #C97770 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 112 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.21 |
| HSL | 4.72º | 0.45% | 0.61% | - |
| HSV(B) | 4.72º | 0.44% | 0.79% | - |
| XYZ | 33.61 | 26.78 | 18.73 | - |
| YUV | 142.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 112 | 0 | 0.41 | 0.44 | 0.21 | 4.72 | 0.45 | 0.61 |
| Hex | C9 | 77 | 70 | 0 | 29 | 2C | 15 | 5 | 2D | 3D |
| Octal | 311 | 167 | 160 | 0 | 51 | 54 | 25 | 5 | 55 | 75 |
| Binary | 11001001 | 1110111 | 1110000 | 0 | 101001 | 101100 | 10101 | 101 | 101101 | 111101 |
Color Harmonies of #C97770
Complementary color
Monochromatic Colors of #C97770
Black with #C97770
Text Example
Text Example
White with #C97770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97770; }
p { color: rgb(201,119,112); }
H1.HeaderClassName
{
color: #C97770;
}
.AnyTagClassName
{
color: #C97770;
}
</style>
background-color css
<style>
a { background-color: #C97770; }
a { background-color: rgb(201,119,112); }
div.DivClassName
{
background-color: #C97770;
}
.BgClassName
{
background-color: #C97770;
}
</style>
border-color css
<style>
span { border-color: #C97770; }
span { border-color: rgb(201,119,112); }
td.TdClassName
{
border-color: #C97770;
}
.TagClassName
{
border-color: #C97770;
}
</style>