Shades of Contessa #C57972
Tints of Contessa #C57972
RGB
CMYK
RGB Variations
Color information
#C57972 (or 0xC57972) is known color: Contessa. HEX triplet: C5, 79 and 72. RGB value is (197,121,114). Sum of RGB (Red+Green+Blue) = 197+121+114=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C57972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57972 is #3A868D. Grayscale: #8F8F8F. Windows color (decimal): -3835534 or 7502277. OLE color: 7502277.
HSL color Cylindrical-coordinate representation of color #C57972: hue angle of 5.06º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57972 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 114 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.23 |
| HSL | 5.06º | 0.42% | 0.61% | - |
| HSV(B) | 5.06º | 0.42% | 0.77% | - |
| XYZ | 32.9 | 26.76 | 19.35 | - |
| YUV | 142.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 114 | 0 | 0.39 | 0.42 | 0.23 | 5.06 | 0.42 | 0.61 |
| Hex | C5 | 79 | 72 | 0 | 27 | 2A | 17 | 5 | 2A | 3D |
| Octal | 305 | 171 | 162 | 0 | 47 | 52 | 27 | 5 | 52 | 75 |
| Binary | 11000101 | 1111001 | 1110010 | 0 | 100111 | 101010 | 10111 | 101 | 101010 | 111101 |
Color Harmonies of #C57972
Complementary color
Monochromatic Colors of #C57972
Black with #C57972
Text Example
Text Example
White with #C57972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57972; }
p { color: rgb(197,121,114); }
H1.HeaderClassName
{
color: #C57972;
}
.AnyTagClassName
{
color: #C57972;
}
</style>
background-color css
<style>
a { background-color: #C57972; }
a { background-color: rgb(197,121,114); }
div.DivClassName
{
background-color: #C57972;
}
.BgClassName
{
background-color: #C57972;
}
</style>
border-color css
<style>
span { border-color: #C57972; }
span { border-color: rgb(197,121,114); }
td.TdClassName
{
border-color: #C57972;
}
.TagClassName
{
border-color: #C57972;
}
</style>