Shades of Contessa #D17066
Tints of Contessa #D17066
RGB
CMYK
RGB Variations
Color information
#D17066 (or 0xD17066) is known color: Contessa. HEX triplet: D1, 70 and 66. RGB value is (209,112,102). Sum of RGB (Red+Green+Blue) = 209+112+102=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D17066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17066 is #2E8F99. Grayscale: #8C8C8C. Windows color (decimal): -3051418 or 6713553. OLE color: 6713553.
HSL color Cylindrical-coordinate representation of color #D17066: hue angle of 5.61º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D17066 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 102 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.18 |
| HSL | 5.61º | 0.54% | 0.61% | - |
| HSV(B) | 5.61º | 0.51% | 0.82% | - |
| XYZ | 34.49 | 26.1 | 15.79 | - |
| YUV | 139.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 102 | 0 | 0.46 | 0.51 | 0.18 | 5.61 | 0.54 | 0.61 |
| Hex | D1 | 70 | 66 | 0 | 2E | 33 | 12 | 6 | 36 | 3D |
| Octal | 321 | 160 | 146 | 0 | 56 | 63 | 22 | 6 | 66 | 75 |
| Binary | 11010001 | 1110000 | 1100110 | 0 | 101110 | 110011 | 10010 | 110 | 110110 | 111101 |
Color Harmonies of #D17066
Complementary color
Monochromatic Colors of #D17066
Black with #D17066
Text Example
Text Example
White with #D17066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17066; }
p { color: rgb(209,112,102); }
H1.HeaderClassName
{
color: #D17066;
}
.AnyTagClassName
{
color: #D17066;
}
</style>
background-color css
<style>
a { background-color: #D17066; }
a { background-color: rgb(209,112,102); }
div.DivClassName
{
background-color: #D17066;
}
.BgClassName
{
background-color: #D17066;
}
</style>
border-color css
<style>
span { border-color: #D17066; }
span { border-color: rgb(209,112,102); }
td.TdClassName
{
border-color: #D17066;
}
.TagClassName
{
border-color: #D17066;
}
</style>