Shades of Contessa #D17471
Tints of Contessa #D17471
RGB
CMYK
RGB Variations
Color information
#D17471 (or 0xD17471) is known color: Contessa. HEX triplet: D1, 74 and 71. RGB value is (209,116,113). Sum of RGB (Red+Green+Blue) = 209+116+113=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D17471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17471 is #2E8B8E. Grayscale: #8F8F8F. Windows color (decimal): -3050383 or 7435473. OLE color: 7435473.
HSL color Cylindrical-coordinate representation of color #D17471: hue angle of 1.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17471 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 113 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.18 |
| HSL | 1.88º | 0.51% | 0.63% | - |
| HSV(B) | 1.88º | 0.46% | 0.82% | - |
| XYZ | 35.52 | 27.24 | 19.01 | - |
| YUV | 143.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 113 | 0 | 0.44 | 0.46 | 0.18 | 1.88 | 0.51 | 0.63 |
| Hex | D1 | 74 | 71 | 0 | 2C | 2E | 12 | 2 | 33 | 3F |
| Octal | 321 | 164 | 161 | 0 | 54 | 56 | 22 | 2 | 63 | 77 |
| Binary | 11010001 | 1110100 | 1110001 | 0 | 101100 | 101110 | 10010 | 10 | 110011 | 111111 |
Color Harmonies of #D17471
Complementary color
Monochromatic Colors of #D17471
Black with #D17471
Text Example
Text Example
White with #D17471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17471; }
p { color: rgb(209,116,113); }
H1.HeaderClassName
{
color: #D17471;
}
.AnyTagClassName
{
color: #D17471;
}
</style>
background-color css
<style>
a { background-color: #D17471; }
a { background-color: rgb(209,116,113); }
div.DivClassName
{
background-color: #D17471;
}
.BgClassName
{
background-color: #D17471;
}
</style>
border-color css
<style>
span { border-color: #D17471; }
span { border-color: rgb(209,116,113); }
td.TdClassName
{
border-color: #D17471;
}
.TagClassName
{
border-color: #D17471;
}
</style>