Shades of Contessa #C47976
Tints of Contessa #C47976
RGB
CMYK
RGB Variations
Color information
#C47976 (or 0xC47976) is known color: Contessa. HEX triplet: C4, 79 and 76. RGB value is (196,121,118). Sum of RGB (Red+Green+Blue) = 196+121+118=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C47976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47976 is #3B8689. Grayscale: #8F8F8F. Windows color (decimal): -3901066 or 7764420. OLE color: 7764420.
HSL color Cylindrical-coordinate representation of color #C47976: hue angle of 2.31º 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 #C47976 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 118 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.23 |
| HSL | 2.31º | 0.4% | 0.62% | - |
| HSV(B) | 2.31º | 0.4% | 0.77% | - |
| XYZ | 32.87 | 26.72 | 20.56 | - |
| YUV | 143.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 118 | 0 | 0.38 | 0.40 | 0.23 | 2.31 | 0.4 | 0.62 |
| Hex | C4 | 79 | 76 | 0 | 26 | 28 | 17 | 2 | 28 | 3E |
| Octal | 304 | 171 | 166 | 0 | 46 | 50 | 27 | 2 | 50 | 76 |
| Binary | 11000100 | 1111001 | 1110110 | 0 | 100110 | 101000 | 10111 | 10 | 101000 | 111110 |
Color Harmonies of #C47976
Complementary color
Monochromatic Colors of #C47976
Black with #C47976
Text Example
Text Example
White with #C47976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47976; }
p { color: rgb(196,121,118); }
H1.HeaderClassName
{
color: #C47976;
}
.AnyTagClassName
{
color: #C47976;
}
</style>
background-color css
<style>
a { background-color: #C47976; }
a { background-color: rgb(196,121,118); }
div.DivClassName
{
background-color: #C47976;
}
.BgClassName
{
background-color: #C47976;
}
</style>
border-color css
<style>
span { border-color: #C47976; }
span { border-color: rgb(196,121,118); }
td.TdClassName
{
border-color: #C47976;
}
.TagClassName
{
border-color: #C47976;
}
</style>