Shades of Contessa #C16C68
Tints of Contessa #C16C68
RGB
CMYK
RGB Variations
Color information
#C16C68 (or 0xC16C68) is known color: Contessa. HEX triplet: C1, 6C and 68. RGB value is (193,108,104). Sum of RGB (Red+Green+Blue) = 193+108+104=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C68 is #3E9397. Grayscale: #858585. Windows color (decimal): -4101016 or 6843585. OLE color: 6843585.
HSL color Cylindrical-coordinate representation of color #C16C68: hue angle of 2.7º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16C68 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 104 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.24 |
| HSL | 2.7º | 0.42% | 0.58% | - |
| HSV(B) | 2.7º | 0.46% | 0.76% | - |
| XYZ | 29.85 | 23.06 | 15.97 | - |
| YUV | 132.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 104 | 0 | 0.44 | 0.46 | 0.24 | 2.7 | 0.42 | 0.58 |
| Hex | C1 | 6C | 68 | 0 | 2C | 2E | 18 | 3 | 2A | 3A |
| Octal | 301 | 154 | 150 | 0 | 54 | 56 | 30 | 3 | 52 | 72 |
| Binary | 11000001 | 1101100 | 1101000 | 0 | 101100 | 101110 | 11000 | 11 | 101010 | 111010 |
Color Harmonies of #C16C68
Complementary color
Monochromatic Colors of #C16C68
Black with #C16C68
Text Example
Text Example
White with #C16C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C68; }
p { color: rgb(193,108,104); }
H1.HeaderClassName
{
color: #C16C68;
}
.AnyTagClassName
{
color: #C16C68;
}
</style>
background-color css
<style>
a { background-color: #C16C68; }
a { background-color: rgb(193,108,104); }
div.DivClassName
{
background-color: #C16C68;
}
.BgClassName
{
background-color: #C16C68;
}
</style>
border-color css
<style>
span { border-color: #C16C68; }
span { border-color: rgb(193,108,104); }
td.TdClassName
{
border-color: #C16C68;
}
.TagClassName
{
border-color: #C16C68;
}
</style>