Shades of Contessa #C57977
Tints of Contessa #C57977
RGB
CMYK
RGB Variations
Color information
#C57977 (or 0xC57977) is known color: Contessa. HEX triplet: C5, 79 and 77. RGB value is (197,121,119). Sum of RGB (Red+Green+Blue) = 197+121+119=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C57977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57977 is #3A8688. Grayscale: #8F8F8F. Windows color (decimal): -3835529 or 7829957. OLE color: 7829957.
HSL color Cylindrical-coordinate representation of color #C57977: hue angle of 1.54º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57977 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 119 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.23 |
| HSL | 1.54º | 0.4% | 0.62% | - |
| HSV(B) | 1.54º | 0.4% | 0.77% | - |
| XYZ | 33.19 | 26.88 | 20.89 | - |
| YUV | 143.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 119 | 0 | 0.39 | 0.40 | 0.23 | 1.54 | 0.4 | 0.62 |
| Hex | C5 | 79 | 77 | 0 | 27 | 28 | 17 | 2 | 28 | 3E |
| Octal | 305 | 171 | 167 | 0 | 47 | 50 | 27 | 2 | 50 | 76 |
| Binary | 11000101 | 1111001 | 1110111 | 0 | 100111 | 101000 | 10111 | 10 | 101000 | 111110 |
Color Harmonies of #C57977
Complementary color
Monochromatic Colors of #C57977
Black with #C57977
Text Example
Text Example
White with #C57977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57977; }
p { color: rgb(197,121,119); }
H1.HeaderClassName
{
color: #C57977;
}
.AnyTagClassName
{
color: #C57977;
}
</style>
background-color css
<style>
a { background-color: #C57977; }
a { background-color: rgb(197,121,119); }
div.DivClassName
{
background-color: #C57977;
}
.BgClassName
{
background-color: #C57977;
}
</style>
border-color css
<style>
span { border-color: #C57977; }
span { border-color: rgb(197,121,119); }
td.TdClassName
{
border-color: #C57977;
}
.TagClassName
{
border-color: #C57977;
}
</style>