Shades of Contessa #C57672
Tints of Contessa #C57672
RGB
CMYK
RGB Variations
Color information
#C57672 (or 0xC57672) is known color: Contessa. HEX triplet: C5, 76 and 72. RGB value is (197,118,114). Sum of RGB (Red+Green+Blue) = 197+118+114=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C57672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57672 is #3A898D. Grayscale: #8D8D8D. Windows color (decimal): -3836302 or 7501509. OLE color: 7501509.
HSL color Cylindrical-coordinate representation of color #C57672: hue angle of 2.89º degrees, saturation: 0.42, 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 #C57672 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 114 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.23 |
| HSL | 2.89º | 0.42% | 0.61% | - |
| HSV(B) | 2.89º | 0.42% | 0.77% | - |
| XYZ | 32.54 | 26.04 | 19.23 | - |
| YUV | 141.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 114 | 0 | 0.40 | 0.42 | 0.23 | 2.89 | 0.42 | 0.61 |
| Hex | C5 | 76 | 72 | 0 | 28 | 2A | 17 | 3 | 2A | 3D |
| Octal | 305 | 166 | 162 | 0 | 50 | 52 | 27 | 3 | 52 | 75 |
| Binary | 11000101 | 1110110 | 1110010 | 0 | 101000 | 101010 | 10111 | 11 | 101010 | 111101 |
Color Harmonies of #C57672
Complementary color
Monochromatic Colors of #C57672
Black with #C57672
Text Example
Text Example
White with #C57672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57672; }
p { color: rgb(197,118,114); }
H1.HeaderClassName
{
color: #C57672;
}
.AnyTagClassName
{
color: #C57672;
}
</style>
background-color css
<style>
a { background-color: #C57672; }
a { background-color: rgb(197,118,114); }
div.DivClassName
{
background-color: #C57672;
}
.BgClassName
{
background-color: #C57672;
}
</style>
border-color css
<style>
span { border-color: #C57672; }
span { border-color: rgb(197,118,114); }
td.TdClassName
{
border-color: #C57672;
}
.TagClassName
{
border-color: #C57672;
}
</style>