Shades of Contessa #C37977
Tints of Contessa #C37977
RGB
CMYK
RGB Variations
Color information
#C37977 (or 0xC37977) is known color: Contessa. HEX triplet: C3, 79 and 77. RGB value is (195,121,119). Sum of RGB (Red+Green+Blue) = 195+121+119=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C37977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37977 is #3C8688. Grayscale: #8E8E8E. Windows color (decimal): -3966601 or 7829955. OLE color: 7829955.
HSL color Cylindrical-coordinate representation of color #C37977: hue angle of 1.58º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37977 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 119 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.24 |
| HSL | 1.58º | 0.39% | 0.62% | - |
| HSV(B) | 1.58º | 0.39% | 0.76% | - |
| XYZ | 32.67 | 26.61 | 20.87 | - |
| YUV | 142.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 119 | 0 | 0.38 | 0.39 | 0.24 | 1.58 | 0.39 | 0.62 |
| Hex | C3 | 79 | 77 | 0 | 26 | 27 | 18 | 2 | 27 | 3E |
| Octal | 303 | 171 | 167 | 0 | 46 | 47 | 30 | 2 | 47 | 76 |
| Binary | 11000011 | 1111001 | 1110111 | 0 | 100110 | 100111 | 11000 | 10 | 100111 | 111110 |
Color Harmonies of #C37977
Complementary color
Monochromatic Colors of #C37977
Black with #C37977
Text Example
Text Example
White with #C37977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37977; }
p { color: rgb(195,121,119); }
H1.HeaderClassName
{
color: #C37977;
}
.AnyTagClassName
{
color: #C37977;
}
</style>
background-color css
<style>
a { background-color: #C37977; }
a { background-color: rgb(195,121,119); }
div.DivClassName
{
background-color: #C37977;
}
.BgClassName
{
background-color: #C37977;
}
</style>
border-color css
<style>
span { border-color: #C37977; }
span { border-color: rgb(195,121,119); }
td.TdClassName
{
border-color: #C37977;
}
.TagClassName
{
border-color: #C37977;
}
</style>