Shades of Contessa #C57C73
Tints of Contessa #C57C73
RGB
CMYK
RGB Variations
Color information
#C57C73 (or 0xC57C73) is known color: Contessa. HEX triplet: C5, 7C and 73. RGB value is (197,124,115). Sum of RGB (Red+Green+Blue) = 197+124+115=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C73 is #3A838C. Grayscale: #909090. Windows color (decimal): -3834765 or 7568581. OLE color: 7568581.
HSL color Cylindrical-coordinate representation of color #C57C73: hue angle of 6.59º degrees, saturation: 0.41, 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 #C57C73 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 115 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.23 |
| HSL | 6.59º | 0.41% | 0.61% | - |
| HSV(B) | 6.59º | 0.42% | 0.77% | - |
| XYZ | 33.33 | 27.52 | 19.78 | - |
| YUV | 144.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 115 | 0 | 0.37 | 0.42 | 0.23 | 6.59 | 0.41 | 0.61 |
| Hex | C5 | 7C | 73 | 0 | 25 | 2A | 17 | 7 | 29 | 3D |
| Octal | 305 | 174 | 163 | 0 | 45 | 52 | 27 | 7 | 51 | 75 |
| Binary | 11000101 | 1111100 | 1110011 | 0 | 100101 | 101010 | 10111 | 111 | 101001 | 111101 |
Color Harmonies of #C57C73
Complementary color
Monochromatic Colors of #C57C73
Black with #C57C73
Text Example
Text Example
White with #C57C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C73; }
p { color: rgb(197,124,115); }
H1.HeaderClassName
{
color: #C57C73;
}
.AnyTagClassName
{
color: #C57C73;
}
</style>
background-color css
<style>
a { background-color: #C57C73; }
a { background-color: rgb(197,124,115); }
div.DivClassName
{
background-color: #C57C73;
}
.BgClassName
{
background-color: #C57C73;
}
</style>
border-color css
<style>
span { border-color: #C57C73; }
span { border-color: rgb(197,124,115); }
td.TdClassName
{
border-color: #C57C73;
}
.TagClassName
{
border-color: #C57C73;
}
</style>