Shades of Contessa #C16E6D
Tints of Contessa #C16E6D
RGB
CMYK
RGB Variations
Color information
#C16E6D (or 0xC16E6D) is known color: Contessa. HEX triplet: C1, 6E and 6D. RGB value is (193,110,109). Sum of RGB (Red+Green+Blue) = 193+110+109=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E6D is #3E9192. Grayscale: #868686. Windows color (decimal): -4100499 or 7171777. OLE color: 7171777.
HSL color Cylindrical-coordinate representation of color #C16E6D: hue angle of 0.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16E6D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 109 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.24 |
| HSL | 0.71º | 0.4% | 0.59% | - |
| HSV(B) | 0.71º | 0.44% | 0.76% | - |
| XYZ | 30.33 | 23.59 | 17.42 | - |
| YUV | 134.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 109 | 0 | 0.43 | 0.44 | 0.24 | 0.71 | 0.4 | 0.59 |
| Hex | C1 | 6E | 6D | 0 | 2B | 2C | 18 | 1 | 28 | 3B |
| Octal | 301 | 156 | 155 | 0 | 53 | 54 | 30 | 1 | 50 | 73 |
| Binary | 11000001 | 1101110 | 1101101 | 0 | 101011 | 101100 | 11000 | 1 | 101000 | 111011 |
Color Harmonies of #C16E6D
Complementary color
Monochromatic Colors of #C16E6D
Black with #C16E6D
Text Example
Text Example
White with #C16E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E6D; }
p { color: rgb(193,110,109); }
H1.HeaderClassName
{
color: #C16E6D;
}
.AnyTagClassName
{
color: #C16E6D;
}
</style>
background-color css
<style>
a { background-color: #C16E6D; }
a { background-color: rgb(193,110,109); }
div.DivClassName
{
background-color: #C16E6D;
}
.BgClassName
{
background-color: #C16E6D;
}
</style>
border-color css
<style>
span { border-color: #C16E6D; }
span { border-color: rgb(193,110,109); }
td.TdClassName
{
border-color: #C16E6D;
}
.TagClassName
{
border-color: #C16E6D;
}
</style>