Shades of Contessa #C06960
Tints of Contessa #C06960
RGB
CMYK
RGB Variations
Color information
#C06960 (or 0xC06960) is known color: Contessa. HEX triplet: C0, 69 and 60. RGB value is (192,105,96). Sum of RGB (Red+Green+Blue) = 192+105+96=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06960 is #3F969F. Grayscale: #828282. Windows color (decimal): -4167328 or 6318528. OLE color: 6318528.
HSL color Cylindrical-coordinate representation of color #C06960: hue angle of 5.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06960 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 96 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.25 |
| HSL | 5.63º | 0.43% | 0.56% | - |
| HSV(B) | 5.63º | 0.5% | 0.75% | - |
| XYZ | 28.9 | 22.15 | 13.82 | - |
| YUV | 129.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 96 | 0 | 0.45 | 0.50 | 0.25 | 5.63 | 0.43 | 0.56 |
| Hex | C0 | 69 | 60 | 0 | 2D | 32 | 19 | 6 | 2B | 38 |
| Octal | 300 | 151 | 140 | 0 | 55 | 62 | 31 | 6 | 53 | 70 |
| Binary | 11000000 | 1101001 | 1100000 | 0 | 101101 | 110010 | 11001 | 110 | 101011 | 111000 |
Color Harmonies of #C06960
Complementary color
Monochromatic Colors of #C06960
Black with #C06960
Text Example
Text Example
White with #C06960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06960; }
p { color: rgb(192,105,96); }
H1.HeaderClassName
{
color: #C06960;
}
.AnyTagClassName
{
color: #C06960;
}
</style>
background-color css
<style>
a { background-color: #C06960; }
a { background-color: rgb(192,105,96); }
div.DivClassName
{
background-color: #C06960;
}
.BgClassName
{
background-color: #C06960;
}
</style>
border-color css
<style>
span { border-color: #C06960; }
span { border-color: rgb(192,105,96); }
td.TdClassName
{
border-color: #C06960;
}
.TagClassName
{
border-color: #C06960;
}
</style>