Shades of Contessa #C16E6A
Tints of Contessa #C16E6A
RGB
CMYK
RGB Variations
Color information
#C16E6A (or 0xC16E6A) is known color: Contessa. HEX triplet: C1, 6E and 6A. RGB value is (193,110,106). Sum of RGB (Red+Green+Blue) = 193+110+106=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E6A is #3E9195. Grayscale: #868686. Windows color (decimal): -4100502 or 6975169. OLE color: 6975169.
HSL color Cylindrical-coordinate representation of color #C16E6A: hue angle of 2.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16E6A is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 106 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.24 |
| HSL | 2.76º | 0.41% | 0.59% | - |
| HSV(B) | 2.76º | 0.45% | 0.76% | - |
| XYZ | 30.17 | 23.53 | 16.59 | - |
| YUV | 134.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 106 | 0 | 0.43 | 0.45 | 0.24 | 2.76 | 0.41 | 0.59 |
| Hex | C1 | 6E | 6A | 0 | 2B | 2D | 18 | 3 | 29 | 3B |
| Octal | 301 | 156 | 152 | 0 | 53 | 55 | 30 | 3 | 51 | 73 |
| Binary | 11000001 | 1101110 | 1101010 | 0 | 101011 | 101101 | 11000 | 11 | 101001 | 111011 |
Color Harmonies of #C16E6A
Complementary color
Monochromatic Colors of #C16E6A
Black with #C16E6A
Text Example
Text Example
White with #C16E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E6A; }
p { color: rgb(193,110,106); }
H1.HeaderClassName
{
color: #C16E6A;
}
.AnyTagClassName
{
color: #C16E6A;
}
</style>
background-color css
<style>
a { background-color: #C16E6A; }
a { background-color: rgb(193,110,106); }
div.DivClassName
{
background-color: #C16E6A;
}
.BgClassName
{
background-color: #C16E6A;
}
</style>
border-color css
<style>
span { border-color: #C16E6A; }
span { border-color: rgb(193,110,106); }
td.TdClassName
{
border-color: #C16E6A;
}
.TagClassName
{
border-color: #C16E6A;
}
</style>