Shades of Contessa #C57971
Tints of Contessa #C57971
RGB
CMYK
RGB Variations
Color information
#C57971 (or 0xC57971) is known color: Contessa. HEX triplet: C5, 79 and 71. RGB value is (197,121,113). Sum of RGB (Red+Green+Blue) = 197+121+113=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C57971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57971 is #3A868E. Grayscale: #8E8E8E. Windows color (decimal): -3835535 or 7436741. OLE color: 7436741.
HSL color Cylindrical-coordinate representation of color #C57971: hue angle of 5.71º 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 #C57971 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 113 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.23 |
| HSL | 5.71º | 0.42% | 0.61% | - |
| HSV(B) | 5.71º | 0.43% | 0.77% | - |
| XYZ | 32.84 | 26.74 | 19.05 | - |
| YUV | 142.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 113 | 0 | 0.39 | 0.43 | 0.23 | 5.71 | 0.42 | 0.61 |
| Hex | C5 | 79 | 71 | 0 | 27 | 2B | 17 | 6 | 2A | 3D |
| Octal | 305 | 171 | 161 | 0 | 47 | 53 | 27 | 6 | 52 | 75 |
| Binary | 11000101 | 1111001 | 1110001 | 0 | 100111 | 101011 | 10111 | 110 | 101010 | 111101 |
Color Harmonies of #C57971
Complementary color
Monochromatic Colors of #C57971
Black with #C57971
Text Example
Text Example
White with #C57971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57971; }
p { color: rgb(197,121,113); }
H1.HeaderClassName
{
color: #C57971;
}
.AnyTagClassName
{
color: #C57971;
}
</style>
background-color css
<style>
a { background-color: #C57971; }
a { background-color: rgb(197,121,113); }
div.DivClassName
{
background-color: #C57971;
}
.BgClassName
{
background-color: #C57971;
}
</style>
border-color css
<style>
span { border-color: #C57971; }
span { border-color: rgb(197,121,113); }
td.TdClassName
{
border-color: #C57971;
}
.TagClassName
{
border-color: #C57971;
}
</style>