Shades of Contessa #D16E68
Tints of Contessa #D16E68
RGB
CMYK
RGB Variations
Color information
#D16E68 (or 0xD16E68) is known color: Contessa. HEX triplet: D1, 6E and 68. RGB value is (209,110,104). Sum of RGB (Red+Green+Blue) = 209+110+104=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E68 is #2E9197. Grayscale: #8B8B8B. Windows color (decimal): -3051928 or 6844113. OLE color: 6844113.
HSL color Cylindrical-coordinate representation of color #D16E68: hue angle of 3.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16E68 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 104 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.18 |
| HSL | 3.43º | 0.53% | 0.61% | - |
| HSV(B) | 3.43º | 0.5% | 0.82% | - |
| XYZ | 34.37 | 25.71 | 16.25 | - |
| YUV | 138.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 104 | 0 | 0.47 | 0.50 | 0.18 | 3.43 | 0.53 | 0.61 |
| Hex | D1 | 6E | 68 | 0 | 2F | 32 | 12 | 3 | 35 | 3D |
| Octal | 321 | 156 | 150 | 0 | 57 | 62 | 22 | 3 | 65 | 75 |
| Binary | 11010001 | 1101110 | 1101000 | 0 | 101111 | 110010 | 10010 | 11 | 110101 | 111101 |
Color Harmonies of #D16E68
Complementary color
Monochromatic Colors of #D16E68
Black with #D16E68
Text Example
Text Example
White with #D16E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E68; }
p { color: rgb(209,110,104); }
H1.HeaderClassName
{
color: #D16E68;
}
.AnyTagClassName
{
color: #D16E68;
}
</style>
background-color css
<style>
a { background-color: #D16E68; }
a { background-color: rgb(209,110,104); }
div.DivClassName
{
background-color: #D16E68;
}
.BgClassName
{
background-color: #D16E68;
}
</style>
border-color css
<style>
span { border-color: #D16E68; }
span { border-color: rgb(209,110,104); }
td.TdClassName
{
border-color: #D16E68;
}
.TagClassName
{
border-color: #D16E68;
}
</style>