Shades of Contessa #C16960
Tints of Contessa #C16960
RGB
CMYK
RGB Variations
Color information
#C16960 (or 0xC16960) is known color: Contessa. HEX triplet: C1, 69 and 60. RGB value is (193,105,96). Sum of RGB (Red+Green+Blue) = 193+105+96=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C16960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16960 is #3E969F. Grayscale: #828282. Windows color (decimal): -4101792 or 6318529. OLE color: 6318529.
HSL color Cylindrical-coordinate representation of color #C16960: hue angle of 5.57º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16960 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 96 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.24 |
| HSL | 5.57º | 0.44% | 0.57% | - |
| HSV(B) | 5.57º | 0.5% | 0.76% | - |
| XYZ | 29.16 | 22.29 | 13.83 | - |
| YUV | 130.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 96 | 0 | 0.46 | 0.50 | 0.24 | 5.57 | 0.44 | 0.57 |
| Hex | C1 | 69 | 60 | 0 | 2E | 32 | 18 | 6 | 2C | 39 |
| Octal | 301 | 151 | 140 | 0 | 56 | 62 | 30 | 6 | 54 | 71 |
| Binary | 11000001 | 1101001 | 1100000 | 0 | 101110 | 110010 | 11000 | 110 | 101100 | 111001 |
Color Harmonies of #C16960
Complementary color
Monochromatic Colors of #C16960
Black with #C16960
Text Example
Text Example
White with #C16960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16960; }
p { color: rgb(193,105,96); }
H1.HeaderClassName
{
color: #C16960;
}
.AnyTagClassName
{
color: #C16960;
}
</style>
background-color css
<style>
a { background-color: #C16960; }
a { background-color: rgb(193,105,96); }
div.DivClassName
{
background-color: #C16960;
}
.BgClassName
{
background-color: #C16960;
}
</style>
border-color css
<style>
span { border-color: #C16960; }
span { border-color: rgb(193,105,96); }
td.TdClassName
{
border-color: #C16960;
}
.TagClassName
{
border-color: #C16960;
}
</style>