Shades of Contessa #C37062
Tints of Contessa #C37062
RGB
CMYK
RGB Variations
Color information
#C37062 (or 0xC37062) is known color: Contessa. HEX triplet: C3, 70 and 62. RGB value is (195,112,98). Sum of RGB (Red+Green+Blue) = 195+112+98=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C37062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37062 is #3C8F9D. Grayscale: #878787. Windows color (decimal): -3968926 or 6451395. OLE color: 6451395.
HSL color Cylindrical-coordinate representation of color #C37062: hue angle of 8.66º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37062 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 98 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.24 |
| HSL | 8.66º | 0.45% | 0.57% | - |
| HSV(B) | 8.66º | 0.5% | 0.76% | - |
| XYZ | 30.5 | 24.07 | 14.59 | - |
| YUV | 135.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 98 | 0 | 0.43 | 0.50 | 0.24 | 8.66 | 0.45 | 0.57 |
| Hex | C3 | 70 | 62 | 0 | 2B | 32 | 18 | 9 | 2D | 39 |
| Octal | 303 | 160 | 142 | 0 | 53 | 62 | 30 | 11 | 55 | 71 |
| Binary | 11000011 | 1110000 | 1100010 | 0 | 101011 | 110010 | 11000 | 1001 | 101101 | 111001 |
Color Harmonies of #C37062
Complementary color
Monochromatic Colors of #C37062
Black with #C37062
Text Example
Text Example
White with #C37062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37062; }
p { color: rgb(195,112,98); }
H1.HeaderClassName
{
color: #C37062;
}
.AnyTagClassName
{
color: #C37062;
}
</style>
background-color css
<style>
a { background-color: #C37062; }
a { background-color: rgb(195,112,98); }
div.DivClassName
{
background-color: #C37062;
}
.BgClassName
{
background-color: #C37062;
}
</style>
border-color css
<style>
span { border-color: #C37062; }
span { border-color: rgb(195,112,98); }
td.TdClassName
{
border-color: #C37062;
}
.TagClassName
{
border-color: #C37062;
}
</style>