Shades of Contessa #D17571
Tints of Contessa #D17571
RGB
CMYK
RGB Variations
Color information
#D17571 (or 0xD17571) is known color: Contessa. HEX triplet: D1, 75 and 71. RGB value is (209,117,113). Sum of RGB (Red+Green+Blue) = 209+117+113=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D17571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17571 is #2E8A8E. Grayscale: #909090. Windows color (decimal): -3050127 or 7435729. OLE color: 7435729.
HSL color Cylindrical-coordinate representation of color #D17571: hue angle of 2.5º 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 #D17571 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 113 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.18 |
| HSL | 2.5º | 0.51% | 0.63% | - |
| HSV(B) | 2.5º | 0.46% | 0.82% | - |
| XYZ | 35.64 | 27.47 | 19.05 | - |
| YUV | 144.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 113 | 0 | 0.44 | 0.46 | 0.18 | 2.5 | 0.51 | 0.63 |
| Hex | D1 | 75 | 71 | 0 | 2C | 2E | 12 | 2 | 33 | 3F |
| Octal | 321 | 165 | 161 | 0 | 54 | 56 | 22 | 2 | 63 | 77 |
| Binary | 11010001 | 1110101 | 1110001 | 0 | 101100 | 101110 | 10010 | 10 | 110011 | 111111 |
Color Harmonies of #D17571
Complementary color
Monochromatic Colors of #D17571
Black with #D17571
Text Example
Text Example
White with #D17571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17571; }
p { color: rgb(209,117,113); }
H1.HeaderClassName
{
color: #D17571;
}
.AnyTagClassName
{
color: #D17571;
}
</style>
background-color css
<style>
a { background-color: #D17571; }
a { background-color: rgb(209,117,113); }
div.DivClassName
{
background-color: #D17571;
}
.BgClassName
{
background-color: #D17571;
}
</style>
border-color css
<style>
span { border-color: #D17571; }
span { border-color: rgb(209,117,113); }
td.TdClassName
{
border-color: #D17571;
}
.TagClassName
{
border-color: #D17571;
}
</style>