Shades of Contessa #D17669
Tints of Contessa #D17669
RGB
CMYK
RGB Variations
Color information
#D17669 (or 0xD17669) is known color: Contessa. HEX triplet: D1, 76 and 69. RGB value is (209,118,105). Sum of RGB (Red+Green+Blue) = 209+118+105=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D17669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17669 is #2E8996. Grayscale: #8F8F8F. Windows color (decimal): -3049879 or 6911697. OLE color: 6911697.
HSL color Cylindrical-coordinate representation of color #D17669: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D17669 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 105 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.18 |
| HSL | 7.5º | 0.53% | 0.62% | - |
| HSV(B) | 7.5º | 0.5% | 0.82% | - |
| XYZ | 35.32 | 27.53 | 16.82 | - |
| YUV | 143.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 105 | 0 | 0.44 | 0.50 | 0.18 | 7.5 | 0.53 | 0.62 |
| Hex | D1 | 76 | 69 | 0 | 2C | 32 | 12 | 8 | 35 | 3E |
| Octal | 321 | 166 | 151 | 0 | 54 | 62 | 22 | 10 | 65 | 76 |
| Binary | 11010001 | 1110110 | 1101001 | 0 | 101100 | 110010 | 10010 | 1000 | 110101 | 111110 |
Color Harmonies of #D17669
Complementary color
Monochromatic Colors of #D17669
Black with #D17669
Text Example
Text Example
White with #D17669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17669; }
p { color: rgb(209,118,105); }
H1.HeaderClassName
{
color: #D17669;
}
.AnyTagClassName
{
color: #D17669;
}
</style>
background-color css
<style>
a { background-color: #D17669; }
a { background-color: rgb(209,118,105); }
div.DivClassName
{
background-color: #D17669;
}
.BgClassName
{
background-color: #D17669;
}
</style>
border-color css
<style>
span { border-color: #D17669; }
span { border-color: rgb(209,118,105); }
td.TdClassName
{
border-color: #D17669;
}
.TagClassName
{
border-color: #D17669;
}
</style>