Shades of Contessa #C36B60
Tints of Contessa #C36B60
RGB
CMYK
RGB Variations
Color information
#C36B60 (or 0xC36B60) is known color: Contessa. HEX triplet: C3, 6B and 60. RGB value is (195,107,96). Sum of RGB (Red+Green+Blue) = 195+107+96=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B60 is #3C949F. Grayscale: #848484. Windows color (decimal): -3970208 or 6319043. OLE color: 6319043.
HSL color Cylindrical-coordinate representation of color #C36B60: hue angle of 6.67º 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 #C36B60 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 96 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.24 |
| HSL | 6.67º | 0.45% | 0.57% | - |
| HSV(B) | 6.67º | 0.51% | 0.76% | - |
| XYZ | 29.87 | 22.96 | 13.92 | - |
| YUV | 132.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 96 | 0 | 0.45 | 0.51 | 0.24 | 6.67 | 0.45 | 0.57 |
| Hex | C3 | 6B | 60 | 0 | 2D | 33 | 18 | 7 | 2D | 39 |
| Octal | 303 | 153 | 140 | 0 | 55 | 63 | 30 | 7 | 55 | 71 |
| Binary | 11000011 | 1101011 | 1100000 | 0 | 101101 | 110011 | 11000 | 111 | 101101 | 111001 |
Color Harmonies of #C36B60
Complementary color
Monochromatic Colors of #C36B60
Black with #C36B60
Text Example
Text Example
White with #C36B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B60; }
p { color: rgb(195,107,96); }
H1.HeaderClassName
{
color: #C36B60;
}
.AnyTagClassName
{
color: #C36B60;
}
</style>
background-color css
<style>
a { background-color: #C36B60; }
a { background-color: rgb(195,107,96); }
div.DivClassName
{
background-color: #C36B60;
}
.BgClassName
{
background-color: #C36B60;
}
</style>
border-color css
<style>
span { border-color: #C36B60; }
span { border-color: rgb(195,107,96); }
td.TdClassName
{
border-color: #C36B60;
}
.TagClassName
{
border-color: #C36B60;
}
</style>