Shades of Contessa #C47060
Tints of Contessa #C47060
RGB
CMYK
RGB Variations
Color information
#C47060 (or 0xC47060) is known color: Contessa. HEX triplet: C4, 70 and 60. RGB value is (196,112,96). Sum of RGB (Red+Green+Blue) = 196+112+96=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C47060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47060 is #3B8F9F. Grayscale: #878787. Windows color (decimal): -3903392 or 6320324. OLE color: 6320324.
HSL color Cylindrical-coordinate representation of color #C47060: hue angle of 9.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C47060 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 96 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.23 |
| HSL | 9.6º | 0.46% | 0.57% | - |
| HSV(B) | 9.6º | 0.51% | 0.77% | - |
| XYZ | 30.67 | 24.17 | 14.11 | - |
| YUV | 135.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 96 | 0 | 0.43 | 0.51 | 0.23 | 9.6 | 0.46 | 0.57 |
| Hex | C4 | 70 | 60 | 0 | 2B | 33 | 17 | A | 2E | 39 |
| Octal | 304 | 160 | 140 | 0 | 53 | 63 | 27 | 12 | 56 | 71 |
| Binary | 11000100 | 1110000 | 1100000 | 0 | 101011 | 110011 | 10111 | 1010 | 101110 | 111001 |
Color Harmonies of #C47060
Complementary color
Monochromatic Colors of #C47060
Black with #C47060
Text Example
Text Example
White with #C47060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47060; }
p { color: rgb(196,112,96); }
H1.HeaderClassName
{
color: #C47060;
}
.AnyTagClassName
{
color: #C47060;
}
</style>
background-color css
<style>
a { background-color: #C47060; }
a { background-color: rgb(196,112,96); }
div.DivClassName
{
background-color: #C47060;
}
.BgClassName
{
background-color: #C47060;
}
</style>
border-color css
<style>
span { border-color: #C47060; }
span { border-color: rgb(196,112,96); }
td.TdClassName
{
border-color: #C47060;
}
.TagClassName
{
border-color: #C47060;
}
</style>