Shades of Contessa #C16D5E
Tints of Contessa #C16D5E
RGB
CMYK
RGB Variations
Color information
#C16D5E (or 0xC16D5E) is known color: Contessa. HEX triplet: C1, 6D and 5E. RGB value is (193,109,94). Sum of RGB (Red+Green+Blue) = 193+109+94=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D5E is #3E92A1. Grayscale: #848484. Windows color (decimal): -4100770 or 6188481. OLE color: 6188481.
HSL color Cylindrical-coordinate representation of color #C16D5E: hue angle of 9.09º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16D5E is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 94 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.24 |
| HSL | 9.09º | 0.44% | 0.56% | - |
| HSV(B) | 9.09º | 0.51% | 0.76% | - |
| XYZ | 29.48 | 23.08 | 13.49 | - |
| YUV | 132.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 94 | 0 | 0.44 | 0.51 | 0.24 | 9.09 | 0.44 | 0.56 |
| Hex | C1 | 6D | 5E | 0 | 2C | 33 | 18 | 9 | 2C | 38 |
| Octal | 301 | 155 | 136 | 0 | 54 | 63 | 30 | 11 | 54 | 70 |
| Binary | 11000001 | 1101101 | 1011110 | 0 | 101100 | 110011 | 11000 | 1001 | 101100 | 111000 |
Color Harmonies of #C16D5E
Complementary color
Monochromatic Colors of #C16D5E
Black with #C16D5E
Text Example
Text Example
White with #C16D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D5E; }
p { color: rgb(193,109,94); }
H1.HeaderClassName
{
color: #C16D5E;
}
.AnyTagClassName
{
color: #C16D5E;
}
</style>
background-color css
<style>
a { background-color: #C16D5E; }
a { background-color: rgb(193,109,94); }
div.DivClassName
{
background-color: #C16D5E;
}
.BgClassName
{
background-color: #C16D5E;
}
</style>
border-color css
<style>
span { border-color: #C16D5E; }
span { border-color: rgb(193,109,94); }
td.TdClassName
{
border-color: #C16D5E;
}
.TagClassName
{
border-color: #C16D5E;
}
</style>