Shades of Contessa #C57970
Tints of Contessa #C57970
RGB
CMYK
RGB Variations
Color information
#C57970 (or 0xC57970) is known color: Contessa. HEX triplet: C5, 79 and 70. RGB value is (197,121,112). Sum of RGB (Red+Green+Blue) = 197+121+112=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C57970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57970 is #3A868F. Grayscale: #8E8E8E. Windows color (decimal): -3835536 or 7371205. OLE color: 7371205.
HSL color Cylindrical-coordinate representation of color #C57970: hue angle of 6.35º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57970 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 112 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.23 |
| HSL | 6.35º | 0.42% | 0.61% | - |
| HSV(B) | 6.35º | 0.43% | 0.77% | - |
| XYZ | 32.79 | 26.71 | 18.76 | - |
| YUV | 142.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 112 | 0 | 0.39 | 0.43 | 0.23 | 6.35 | 0.42 | 0.61 |
| Hex | C5 | 79 | 70 | 0 | 27 | 2B | 17 | 6 | 2A | 3D |
| Octal | 305 | 171 | 160 | 0 | 47 | 53 | 27 | 6 | 52 | 75 |
| Binary | 11000101 | 1111001 | 1110000 | 0 | 100111 | 101011 | 10111 | 110 | 101010 | 111101 |
Color Harmonies of #C57970
Complementary color
Monochromatic Colors of #C57970
Black with #C57970
Text Example
Text Example
White with #C57970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57970; }
p { color: rgb(197,121,112); }
H1.HeaderClassName
{
color: #C57970;
}
.AnyTagClassName
{
color: #C57970;
}
</style>
background-color css
<style>
a { background-color: #C57970; }
a { background-color: rgb(197,121,112); }
div.DivClassName
{
background-color: #C57970;
}
.BgClassName
{
background-color: #C57970;
}
</style>
border-color css
<style>
span { border-color: #C57970; }
span { border-color: rgb(197,121,112); }
td.TdClassName
{
border-color: #C57970;
}
.TagClassName
{
border-color: #C57970;
}
</style>