Shades of Contessa #C47876
Tints of Contessa #C47876
RGB
CMYK
RGB Variations
Color information
#C47876 (or 0xC47876) is known color: Contessa. HEX triplet: C4, 78 and 76. RGB value is (196,120,118). Sum of RGB (Red+Green+Blue) = 196+120+118=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C47876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47876 is #3B8789. Grayscale: #8E8E8E. Windows color (decimal): -3901322 or 7764164. OLE color: 7764164.
HSL color Cylindrical-coordinate representation of color #C47876: hue angle of 1.54º 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 #C47876 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 118 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.23 |
| HSL | 1.54º | 0.4% | 0.62% | - |
| HSV(B) | 1.54º | 0.4% | 0.77% | - |
| XYZ | 32.75 | 26.48 | 20.52 | - |
| YUV | 142.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 118 | 0 | 0.39 | 0.40 | 0.23 | 1.54 | 0.4 | 0.62 |
| Hex | C4 | 78 | 76 | 0 | 27 | 28 | 17 | 2 | 28 | 3E |
| Octal | 304 | 170 | 166 | 0 | 47 | 50 | 27 | 2 | 50 | 76 |
| Binary | 11000100 | 1111000 | 1110110 | 0 | 100111 | 101000 | 10111 | 10 | 101000 | 111110 |
Color Harmonies of #C47876
Complementary color
Monochromatic Colors of #C47876
Black with #C47876
Text Example
Text Example
White with #C47876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47876; }
p { color: rgb(196,120,118); }
H1.HeaderClassName
{
color: #C47876;
}
.AnyTagClassName
{
color: #C47876;
}
</style>
background-color css
<style>
a { background-color: #C47876; }
a { background-color: rgb(196,120,118); }
div.DivClassName
{
background-color: #C47876;
}
.BgClassName
{
background-color: #C47876;
}
</style>
border-color css
<style>
span { border-color: #C47876; }
span { border-color: rgb(196,120,118); }
td.TdClassName
{
border-color: #C47876;
}
.TagClassName
{
border-color: #C47876;
}
</style>