Shades of Contessa #C37876
Tints of Contessa #C37876
RGB
CMYK
RGB Variations
Color information
#C37876 (or 0xC37876) is known color: Contessa. HEX triplet: C3, 78 and 76. RGB value is (195,120,118). Sum of RGB (Red+Green+Blue) = 195+120+118=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C37876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37876 is #3C8789. Grayscale: #8E8E8E. Windows color (decimal): -3966858 or 7764163. OLE color: 7764163.
HSL color Cylindrical-coordinate representation of color #C37876: hue angle of 1.56º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37876 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 118 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.24 |
| HSL | 1.56º | 0.39% | 0.61% | - |
| HSV(B) | 1.56º | 0.39% | 0.76% | - |
| XYZ | 32.49 | 26.34 | 20.51 | - |
| YUV | 142.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 118 | 0 | 0.38 | 0.39 | 0.24 | 1.56 | 0.39 | 0.61 |
| Hex | C3 | 78 | 76 | 0 | 26 | 27 | 18 | 2 | 27 | 3D |
| Octal | 303 | 170 | 166 | 0 | 46 | 47 | 30 | 2 | 47 | 75 |
| Binary | 11000011 | 1111000 | 1110110 | 0 | 100110 | 100111 | 11000 | 10 | 100111 | 111101 |
Color Harmonies of #C37876
Complementary color
Monochromatic Colors of #C37876
Black with #C37876
Text Example
Text Example
White with #C37876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37876; }
p { color: rgb(195,120,118); }
H1.HeaderClassName
{
color: #C37876;
}
.AnyTagClassName
{
color: #C37876;
}
</style>
background-color css
<style>
a { background-color: #C37876; }
a { background-color: rgb(195,120,118); }
div.DivClassName
{
background-color: #C37876;
}
.BgClassName
{
background-color: #C37876;
}
</style>
border-color css
<style>
span { border-color: #C37876; }
span { border-color: rgb(195,120,118); }
td.TdClassName
{
border-color: #C37876;
}
.TagClassName
{
border-color: #C37876;
}
</style>