Shades of Contessa #C37874
Tints of Contessa #C37874
RGB
CMYK
RGB Variations
Color information
#C37874 (or 0xC37874) is known color: Contessa. HEX triplet: C3, 78 and 74. RGB value is (195,120,116). Sum of RGB (Red+Green+Blue) = 195+120+116=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C37874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37874 is #3C878B. Grayscale: #8E8E8E. Windows color (decimal): -3966860 or 7633091. OLE color: 7633091.
HSL color Cylindrical-coordinate representation of color #C37874: hue angle of 3.04º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37874 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 116 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.24 |
| HSL | 3.04º | 0.4% | 0.61% | - |
| HSV(B) | 3.04º | 0.41% | 0.76% | - |
| XYZ | 32.37 | 26.3 | 19.89 | - |
| YUV | 141.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 116 | 0 | 0.38 | 0.41 | 0.24 | 3.04 | 0.4 | 0.61 |
| Hex | C3 | 78 | 74 | 0 | 26 | 29 | 18 | 3 | 28 | 3D |
| Octal | 303 | 170 | 164 | 0 | 46 | 51 | 30 | 3 | 50 | 75 |
| Binary | 11000011 | 1111000 | 1110100 | 0 | 100110 | 101001 | 11000 | 11 | 101000 | 111101 |
Color Harmonies of #C37874
Complementary color
Monochromatic Colors of #C37874
Black with #C37874
Text Example
Text Example
White with #C37874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37874; }
p { color: rgb(195,120,116); }
H1.HeaderClassName
{
color: #C37874;
}
.AnyTagClassName
{
color: #C37874;
}
</style>
background-color css
<style>
a { background-color: #C37874; }
a { background-color: rgb(195,120,116); }
div.DivClassName
{
background-color: #C37874;
}
.BgClassName
{
background-color: #C37874;
}
</style>
border-color css
<style>
span { border-color: #C37874; }
span { border-color: rgb(195,120,116); }
td.TdClassName
{
border-color: #C37874;
}
.TagClassName
{
border-color: #C37874;
}
</style>