Shades of Contessa #C36E60
Tints of Contessa #C36E60
RGB
CMYK
RGB Variations
Color information
#C36E60 (or 0xC36E60) is known color: Contessa. HEX triplet: C3, 6E and 60. RGB value is (195,110,96). Sum of RGB (Red+Green+Blue) = 195+110+96=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E60 is #3C919F. Grayscale: #858585. Windows color (decimal): -3969440 or 6319811. OLE color: 6319811.
HSL color Cylindrical-coordinate representation of color #C36E60: hue angle of 8.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36E60 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 96 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.24 |
| HSL | 8.48º | 0.45% | 0.57% | - |
| HSV(B) | 8.48º | 0.51% | 0.76% | - |
| XYZ | 30.19 | 23.6 | 14.03 | - |
| YUV | 133.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 96 | 0 | 0.44 | 0.51 | 0.24 | 8.48 | 0.45 | 0.57 |
| Hex | C3 | 6E | 60 | 0 | 2C | 33 | 18 | 8 | 2D | 39 |
| Octal | 303 | 156 | 140 | 0 | 54 | 63 | 30 | 10 | 55 | 71 |
| Binary | 11000011 | 1101110 | 1100000 | 0 | 101100 | 110011 | 11000 | 1000 | 101101 | 111001 |
Color Harmonies of #C36E60
Complementary color
Monochromatic Colors of #C36E60
Black with #C36E60
Text Example
Text Example
White with #C36E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E60; }
p { color: rgb(195,110,96); }
H1.HeaderClassName
{
color: #C36E60;
}
.AnyTagClassName
{
color: #C36E60;
}
</style>
background-color css
<style>
a { background-color: #C36E60; }
a { background-color: rgb(195,110,96); }
div.DivClassName
{
background-color: #C36E60;
}
.BgClassName
{
background-color: #C36E60;
}
</style>
border-color css
<style>
span { border-color: #C36E60; }
span { border-color: rgb(195,110,96); }
td.TdClassName
{
border-color: #C36E60;
}
.TagClassName
{
border-color: #C36E60;
}
</style>