Shades of Contessa #C36D60
Tints of Contessa #C36D60
RGB
CMYK
RGB Variations
Color information
#C36D60 (or 0xC36D60) is known color: Contessa. HEX triplet: C3, 6D and 60. RGB value is (195,109,96). Sum of RGB (Red+Green+Blue) = 195+109+96=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D60 is #3C929F. Grayscale: #858585. Windows color (decimal): -3969696 or 6319555. OLE color: 6319555.
HSL color Cylindrical-coordinate representation of color #C36D60: hue angle of 7.88º 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 #C36D60 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 96 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.24 |
| HSL | 7.88º | 0.45% | 0.57% | - |
| HSV(B) | 7.88º | 0.51% | 0.76% | - |
| XYZ | 30.09 | 23.38 | 13.99 | - |
| YUV | 133.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 96 | 0 | 0.44 | 0.51 | 0.24 | 7.88 | 0.45 | 0.57 |
| Hex | C3 | 6D | 60 | 0 | 2C | 33 | 18 | 8 | 2D | 39 |
| Octal | 303 | 155 | 140 | 0 | 54 | 63 | 30 | 10 | 55 | 71 |
| Binary | 11000011 | 1101101 | 1100000 | 0 | 101100 | 110011 | 11000 | 1000 | 101101 | 111001 |
Color Harmonies of #C36D60
Complementary color
Monochromatic Colors of #C36D60
Black with #C36D60
Text Example
Text Example
White with #C36D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D60; }
p { color: rgb(195,109,96); }
H1.HeaderClassName
{
color: #C36D60;
}
.AnyTagClassName
{
color: #C36D60;
}
</style>
background-color css
<style>
a { background-color: #C36D60; }
a { background-color: rgb(195,109,96); }
div.DivClassName
{
background-color: #C36D60;
}
.BgClassName
{
background-color: #C36D60;
}
</style>
border-color css
<style>
span { border-color: #C36D60; }
span { border-color: rgb(195,109,96); }
td.TdClassName
{
border-color: #C36D60;
}
.TagClassName
{
border-color: #C36D60;
}
</style>