Shades of Contessa #C57872
Tints of Contessa #C57872
RGB
CMYK
RGB Variations
Color information
#C57872 (or 0xC57872) is known color: Contessa. HEX triplet: C5, 78 and 72. RGB value is (197,120,114). Sum of RGB (Red+Green+Blue) = 197+120+114=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C57872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57872 is #3A878D. Grayscale: #8E8E8E. Windows color (decimal): -3835790 or 7502021. OLE color: 7502021.
HSL color Cylindrical-coordinate representation of color #C57872: hue angle of 4.34º 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 #C57872 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 114 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.23 |
| HSL | 4.34º | 0.42% | 0.61% | - |
| HSV(B) | 4.34º | 0.42% | 0.77% | - |
| XYZ | 32.78 | 26.52 | 19.31 | - |
| YUV | 142.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 114 | 0 | 0.39 | 0.42 | 0.23 | 4.34 | 0.42 | 0.61 |
| Hex | C5 | 78 | 72 | 0 | 27 | 2A | 17 | 4 | 2A | 3D |
| Octal | 305 | 170 | 162 | 0 | 47 | 52 | 27 | 4 | 52 | 75 |
| Binary | 11000101 | 1111000 | 1110010 | 0 | 100111 | 101010 | 10111 | 100 | 101010 | 111101 |
Color Harmonies of #C57872
Complementary color
Monochromatic Colors of #C57872
Black with #C57872
Text Example
Text Example
White with #C57872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57872; }
p { color: rgb(197,120,114); }
H1.HeaderClassName
{
color: #C57872;
}
.AnyTagClassName
{
color: #C57872;
}
</style>
background-color css
<style>
a { background-color: #C57872; }
a { background-color: rgb(197,120,114); }
div.DivClassName
{
background-color: #C57872;
}
.BgClassName
{
background-color: #C57872;
}
</style>
border-color css
<style>
span { border-color: #C57872; }
span { border-color: rgb(197,120,114); }
td.TdClassName
{
border-color: #C57872;
}
.TagClassName
{
border-color: #C57872;
}
</style>