Shades of Contessa #C47972
Tints of Contessa #C47972
RGB
CMYK
RGB Variations
Color information
#C47972 (or 0xC47972) is known color: Contessa. HEX triplet: C4, 79 and 72. RGB value is (196,121,114). Sum of RGB (Red+Green+Blue) = 196+121+114=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C47972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47972 is #3B868D. Grayscale: #8E8E8E. Windows color (decimal): -3901070 or 7502276. OLE color: 7502276.
HSL color Cylindrical-coordinate representation of color #C47972: hue angle of 5.12º 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 #C47972 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 114 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.23 |
| HSL | 5.12º | 0.41% | 0.61% | - |
| HSV(B) | 5.12º | 0.42% | 0.77% | - |
| XYZ | 32.64 | 26.63 | 19.34 | - |
| YUV | 142.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 114 | 0 | 0.38 | 0.42 | 0.23 | 5.12 | 0.41 | 0.61 |
| Hex | C4 | 79 | 72 | 0 | 26 | 2A | 17 | 5 | 29 | 3D |
| Octal | 304 | 171 | 162 | 0 | 46 | 52 | 27 | 5 | 51 | 75 |
| Binary | 11000100 | 1111001 | 1110010 | 0 | 100110 | 101010 | 10111 | 101 | 101001 | 111101 |
Color Harmonies of #C47972
Complementary color
Monochromatic Colors of #C47972
Black with #C47972
Text Example
Text Example
White with #C47972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47972; }
p { color: rgb(196,121,114); }
H1.HeaderClassName
{
color: #C47972;
}
.AnyTagClassName
{
color: #C47972;
}
</style>
background-color css
<style>
a { background-color: #C47972; }
a { background-color: rgb(196,121,114); }
div.DivClassName
{
background-color: #C47972;
}
.BgClassName
{
background-color: #C47972;
}
</style>
border-color css
<style>
span { border-color: #C47972; }
span { border-color: rgb(196,121,114); }
td.TdClassName
{
border-color: #C47972;
}
.TagClassName
{
border-color: #C47972;
}
</style>