Shades of Contessa #C37865
Tints of Contessa #C37865
RGB
CMYK
RGB Variations
Color information
#C37865 (or 0xC37865) is known color: Contessa. HEX triplet: C3, 78 and 65. RGB value is (195,120,101). Sum of RGB (Red+Green+Blue) = 195+120+101=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C37865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37865 is #3C879A. Grayscale: #8C8C8C. Windows color (decimal): -3966875 or 6650051. OLE color: 6650051.
HSL color Cylindrical-coordinate representation of color #C37865: hue angle of 12.13º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C37865 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 101 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.24 |
| HSL | 12.13º | 0.44% | 0.58% | - |
| HSV(B) | 12.13º | 0.48% | 0.76% | - |
| XYZ | 31.57 | 25.97 | 15.66 | - |
| YUV | 140.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 101 | 0 | 0.38 | 0.48 | 0.24 | 12.13 | 0.44 | 0.58 |
| Hex | C3 | 78 | 65 | 0 | 26 | 30 | 18 | C | 2C | 3A |
| Octal | 303 | 170 | 145 | 0 | 46 | 60 | 30 | 14 | 54 | 72 |
| Binary | 11000011 | 1111000 | 1100101 | 0 | 100110 | 110000 | 11000 | 1100 | 101100 | 111010 |
Color Harmonies of #C37865
Complementary color
Monochromatic Colors of #C37865
Black with #C37865
Text Example
Text Example
White with #C37865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37865; }
p { color: rgb(195,120,101); }
H1.HeaderClassName
{
color: #C37865;
}
.AnyTagClassName
{
color: #C37865;
}
</style>
background-color css
<style>
a { background-color: #C37865; }
a { background-color: rgb(195,120,101); }
div.DivClassName
{
background-color: #C37865;
}
.BgClassName
{
background-color: #C37865;
}
</style>
border-color css
<style>
span { border-color: #C37865; }
span { border-color: rgb(195,120,101); }
td.TdClassName
{
border-color: #C37865;
}
.TagClassName
{
border-color: #C37865;
}
</style>