Shades of Contessa #C37979
Tints of Contessa #C37979
RGB
CMYK
RGB Variations
Color information
#C37979 (or 0xC37979) is known color: Contessa. HEX triplet: C3, 79 and 79. RGB value is (195,121,121). Sum of RGB (Red+Green+Blue) = 195+121+121=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C37979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37979 is #3C8686. Grayscale: #8F8F8F. Windows color (decimal): -3966599 or 7961027. OLE color: 7961027.
HSL color Cylindrical-coordinate representation of color #C37979: hue angle of 0º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37979 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 121 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.24 |
| HSL | 0º | 0.38% | 0.62% | - |
| HSV(B) | 0º | 0.38% | 0.76% | - |
| XYZ | 32.79 | 26.66 | 21.51 | - |
| YUV | 143.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 121 | 0 | 0.38 | 0.38 | 0.24 | 0 | 0.38 | 0.62 |
| Hex | C3 | 79 | 79 | 0 | 26 | 26 | 18 | 0 | 26 | 3E |
| Octal | 303 | 171 | 171 | 0 | 46 | 46 | 30 | 0 | 46 | 76 |
| Binary | 11000011 | 1111001 | 1111001 | 0 | 100110 | 100110 | 11000 | 0 | 100110 | 111110 |
Color Harmonies of #C37979
Complementary color
Monochromatic Colors of #C37979
Black with #C37979
Text Example
Text Example
White with #C37979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37979; }
p { color: rgb(195,121,121); }
H1.HeaderClassName
{
color: #C37979;
}
.AnyTagClassName
{
color: #C37979;
}
</style>
background-color css
<style>
a { background-color: #C37979; }
a { background-color: rgb(195,121,121); }
div.DivClassName
{
background-color: #C37979;
}
.BgClassName
{
background-color: #C37979;
}
</style>
border-color css
<style>
span { border-color: #C37979; }
span { border-color: rgb(195,121,121); }
td.TdClassName
{
border-color: #C37979;
}
.TagClassName
{
border-color: #C37979;
}
</style>