Shades of Contessa #C37A72
Tints of Contessa #C37A72
RGB
CMYK
RGB Variations
Color information
#C37A72 (or 0xC37A72) is known color: Contessa. HEX triplet: C3, 7A and 72. RGB value is (195,122,114). Sum of RGB (Red+Green+Blue) = 195+122+114=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A72 is #3C858D. Grayscale: #8F8F8F. Windows color (decimal): -3966350 or 7502531. OLE color: 7502531.
HSL color Cylindrical-coordinate representation of color #C37A72: hue angle of 5.93º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37A72 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 114 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.24 |
| HSL | 5.93º | 0.4% | 0.61% | - |
| HSV(B) | 5.93º | 0.42% | 0.76% | - |
| XYZ | 32.5 | 26.74 | 19.37 | - |
| YUV | 142.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 114 | 0 | 0.37 | 0.42 | 0.24 | 5.93 | 0.4 | 0.61 |
| Hex | C3 | 7A | 72 | 0 | 25 | 2A | 18 | 6 | 28 | 3D |
| Octal | 303 | 172 | 162 | 0 | 45 | 52 | 30 | 6 | 50 | 75 |
| Binary | 11000011 | 1111010 | 1110010 | 0 | 100101 | 101010 | 11000 | 110 | 101000 | 111101 |
Color Harmonies of #C37A72
Complementary color
Monochromatic Colors of #C37A72
Black with #C37A72
Text Example
Text Example
White with #C37A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A72; }
p { color: rgb(195,122,114); }
H1.HeaderClassName
{
color: #C37A72;
}
.AnyTagClassName
{
color: #C37A72;
}
</style>
background-color css
<style>
a { background-color: #C37A72; }
a { background-color: rgb(195,122,114); }
div.DivClassName
{
background-color: #C37A72;
}
.BgClassName
{
background-color: #C37A72;
}
</style>
border-color css
<style>
span { border-color: #C37A72; }
span { border-color: rgb(195,122,114); }
td.TdClassName
{
border-color: #C37A72;
}
.TagClassName
{
border-color: #C37A72;
}
</style>