Shades of Contessa #C57A71
Tints of Contessa #C57A71
RGB
CMYK
RGB Variations
Color information
#C57A71 (or 0xC57A71) is known color: Contessa. HEX triplet: C5, 7A and 71. RGB value is (197,122,113). Sum of RGB (Red+Green+Blue) = 197+122+113=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A71 is #3A858E. Grayscale: #8F8F8F. Windows color (decimal): -3835279 or 7436997. OLE color: 7436997.
HSL color Cylindrical-coordinate representation of color #C57A71: hue angle of 6.43º 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 #C57A71 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 113 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.23 |
| HSL | 6.43º | 0.42% | 0.61% | - |
| HSV(B) | 6.43º | 0.43% | 0.77% | - |
| XYZ | 32.97 | 26.98 | 19.09 | - |
| YUV | 143.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 113 | 0 | 0.38 | 0.43 | 0.23 | 6.43 | 0.42 | 0.61 |
| Hex | C5 | 7A | 71 | 0 | 26 | 2B | 17 | 6 | 2A | 3D |
| Octal | 305 | 172 | 161 | 0 | 46 | 53 | 27 | 6 | 52 | 75 |
| Binary | 11000101 | 1111010 | 1110001 | 0 | 100110 | 101011 | 10111 | 110 | 101010 | 111101 |
Color Harmonies of #C57A71
Complementary color
Monochromatic Colors of #C57A71
Black with #C57A71
Text Example
Text Example
White with #C57A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A71; }
p { color: rgb(197,122,113); }
H1.HeaderClassName
{
color: #C57A71;
}
.AnyTagClassName
{
color: #C57A71;
}
</style>
background-color css
<style>
a { background-color: #C57A71; }
a { background-color: rgb(197,122,113); }
div.DivClassName
{
background-color: #C57A71;
}
.BgClassName
{
background-color: #C57A71;
}
</style>
border-color css
<style>
span { border-color: #C57A71; }
span { border-color: rgb(197,122,113); }
td.TdClassName
{
border-color: #C57A71;
}
.TagClassName
{
border-color: #C57A71;
}
</style>