Shades of Contessa #C37060
Tints of Contessa #C37060
RGB
CMYK
RGB Variations
Color information
#C37060 (or 0xC37060) is known color: Contessa. HEX triplet: C3, 70 and 60. RGB value is (195,112,96). Sum of RGB (Red+Green+Blue) = 195+112+96=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C37060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37060 is #3C8F9F. Grayscale: #878787. Windows color (decimal): -3968928 or 6320323. OLE color: 6320323.
HSL color Cylindrical-coordinate representation of color #C37060: hue angle of 9.7º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C37060 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 96 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.24 |
| HSL | 9.7º | 0.45% | 0.57% | - |
| HSV(B) | 9.7º | 0.51% | 0.76% | - |
| XYZ | 30.41 | 24.03 | 14.1 | - |
| YUV | 134.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 96 | 0 | 0.43 | 0.51 | 0.24 | 9.7 | 0.45 | 0.57 |
| Hex | C3 | 70 | 60 | 0 | 2B | 33 | 18 | A | 2D | 39 |
| Octal | 303 | 160 | 140 | 0 | 53 | 63 | 30 | 12 | 55 | 71 |
| Binary | 11000011 | 1110000 | 1100000 | 0 | 101011 | 110011 | 11000 | 1010 | 101101 | 111001 |
Color Harmonies of #C37060
Complementary color
Monochromatic Colors of #C37060
Black with #C37060
Text Example
Text Example
White with #C37060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37060; }
p { color: rgb(195,112,96); }
H1.HeaderClassName
{
color: #C37060;
}
.AnyTagClassName
{
color: #C37060;
}
</style>
background-color css
<style>
a { background-color: #C37060; }
a { background-color: rgb(195,112,96); }
div.DivClassName
{
background-color: #C37060;
}
.BgClassName
{
background-color: #C37060;
}
</style>
border-color css
<style>
span { border-color: #C37060; }
span { border-color: rgb(195,112,96); }
td.TdClassName
{
border-color: #C37060;
}
.TagClassName
{
border-color: #C37060;
}
</style>