Shades of Contessa #C16E5F
Tints of Contessa #C16E5F
RGB
CMYK
RGB Variations
Color information
#C16E5F (or 0xC16E5F) is known color: Contessa. HEX triplet: C1, 6E and 5F. RGB value is (193,110,95). Sum of RGB (Red+Green+Blue) = 193+110+95=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E5F is #3E91A0. Grayscale: #858585. Windows color (decimal): -4100513 or 6254273. OLE color: 6254273.
HSL color Cylindrical-coordinate representation of color #C16E5F: hue angle of 9.18º 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 #C16E5F is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 95 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.24 |
| HSL | 9.18º | 0.44% | 0.56% | - |
| HSV(B) | 9.18º | 0.51% | 0.76% | - |
| XYZ | 29.63 | 23.32 | 13.76 | - |
| YUV | 133.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 95 | 0 | 0.43 | 0.51 | 0.24 | 9.18 | 0.44 | 0.56 |
| Hex | C1 | 6E | 5F | 0 | 2B | 33 | 18 | 9 | 2C | 38 |
| Octal | 301 | 156 | 137 | 0 | 53 | 63 | 30 | 11 | 54 | 70 |
| Binary | 11000001 | 1101110 | 1011111 | 0 | 101011 | 110011 | 11000 | 1001 | 101100 | 111000 |
Color Harmonies of #C16E5F
Complementary color
Monochromatic Colors of #C16E5F
Black with #C16E5F
Text Example
Text Example
White with #C16E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E5F; }
p { color: rgb(193,110,95); }
H1.HeaderClassName
{
color: #C16E5F;
}
.AnyTagClassName
{
color: #C16E5F;
}
</style>
background-color css
<style>
a { background-color: #C16E5F; }
a { background-color: rgb(193,110,95); }
div.DivClassName
{
background-color: #C16E5F;
}
.BgClassName
{
background-color: #C16E5F;
}
</style>
border-color css
<style>
span { border-color: #C16E5F; }
span { border-color: rgb(193,110,95); }
td.TdClassName
{
border-color: #C16E5F;
}
.TagClassName
{
border-color: #C16E5F;
}
</style>