Shades of Contessa #C47A76
Tints of Contessa #C47A76
RGB
CMYK
RGB Variations
Color information
#C47A76 (or 0xC47A76) is known color: Contessa. HEX triplet: C4, 7A and 76. RGB value is (196,122,118). Sum of RGB (Red+Green+Blue) = 196+122+118=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A76 is #3B8589. Grayscale: #8F8F8F. Windows color (decimal): -3900810 or 7764676. OLE color: 7764676.
HSL color Cylindrical-coordinate representation of color #C47A76: hue angle of 3.08º 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 #C47A76 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 118 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.23 |
| HSL | 3.08º | 0.4% | 0.62% | - |
| HSV(B) | 3.08º | 0.4% | 0.77% | - |
| XYZ | 32.99 | 26.96 | 20.6 | - |
| YUV | 143.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 118 | 0 | 0.38 | 0.40 | 0.23 | 3.08 | 0.4 | 0.62 |
| Hex | C4 | 7A | 76 | 0 | 26 | 28 | 17 | 3 | 28 | 3E |
| Octal | 304 | 172 | 166 | 0 | 46 | 50 | 27 | 3 | 50 | 76 |
| Binary | 11000100 | 1111010 | 1110110 | 0 | 100110 | 101000 | 10111 | 11 | 101000 | 111110 |
Color Harmonies of #C47A76
Complementary color
Monochromatic Colors of #C47A76
Black with #C47A76
Text Example
Text Example
White with #C47A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A76; }
p { color: rgb(196,122,118); }
H1.HeaderClassName
{
color: #C47A76;
}
.AnyTagClassName
{
color: #C47A76;
}
</style>
background-color css
<style>
a { background-color: #C47A76; }
a { background-color: rgb(196,122,118); }
div.DivClassName
{
background-color: #C47A76;
}
.BgClassName
{
background-color: #C47A76;
}
</style>
border-color css
<style>
span { border-color: #C47A76; }
span { border-color: rgb(196,122,118); }
td.TdClassName
{
border-color: #C47A76;
}
.TagClassName
{
border-color: #C47A76;
}
</style>