Shades of Contessa #C36960
Tints of Contessa #C36960
RGB
CMYK
RGB Variations
Color information
#C36960 (or 0xC36960) is known color: Contessa. HEX triplet: C3, 69 and 60. RGB value is (195,105,96). Sum of RGB (Red+Green+Blue) = 195+105+96=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C36960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36960 is #3C969F. Grayscale: #838383. Windows color (decimal): -3970720 or 6318531. OLE color: 6318531.
HSL color Cylindrical-coordinate representation of color #C36960: hue angle of 5.45º 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 #C36960 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 96 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.24 |
| HSL | 5.45º | 0.45% | 0.57% | - |
| HSV(B) | 5.45º | 0.51% | 0.76% | - |
| XYZ | 29.67 | 22.55 | 13.86 | - |
| YUV | 130.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 96 | 0 | 0.46 | 0.51 | 0.24 | 5.45 | 0.45 | 0.57 |
| Hex | C3 | 69 | 60 | 0 | 2E | 33 | 18 | 5 | 2D | 39 |
| Octal | 303 | 151 | 140 | 0 | 56 | 63 | 30 | 5 | 55 | 71 |
| Binary | 11000011 | 1101001 | 1100000 | 0 | 101110 | 110011 | 11000 | 101 | 101101 | 111001 |
Color Harmonies of #C36960
Complementary color
Monochromatic Colors of #C36960
Black with #C36960
Text Example
Text Example
White with #C36960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36960; }
p { color: rgb(195,105,96); }
H1.HeaderClassName
{
color: #C36960;
}
.AnyTagClassName
{
color: #C36960;
}
</style>
background-color css
<style>
a { background-color: #C36960; }
a { background-color: rgb(195,105,96); }
div.DivClassName
{
background-color: #C36960;
}
.BgClassName
{
background-color: #C36960;
}
</style>
border-color css
<style>
span { border-color: #C36960; }
span { border-color: rgb(195,105,96); }
td.TdClassName
{
border-color: #C36960;
}
.TagClassName
{
border-color: #C36960;
}
</style>