Shades of Contessa #D17070
Tints of Contessa #D17070
RGB
CMYK
RGB Variations
Color information
#D17070 (or 0xD17070) is known color: Contessa. HEX triplet: D1, 70 and 70. RGB value is (209,112,112). Sum of RGB (Red+Green+Blue) = 209+112+112=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D17070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17070 is #2E8F8F. Grayscale: #8D8D8D. Windows color (decimal): -3051408 or 7368913. OLE color: 7368913.
HSL color Cylindrical-coordinate representation of color #D17070: hue angle of 0º 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 #D17070 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 112 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.18 |
| HSL | 0º | 0.51% | 0.63% | - |
| HSV(B) | 0º | 0.46% | 0.82% | - |
| XYZ | 35.01 | 26.31 | 18.56 | - |
| YUV | 141 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 112 | 0 | 0.46 | 0.46 | 0.18 | 0 | 0.51 | 0.63 |
| Hex | D1 | 70 | 70 | 0 | 2E | 2E | 12 | 0 | 33 | 3F |
| Octal | 321 | 160 | 160 | 0 | 56 | 56 | 22 | 0 | 63 | 77 |
| Binary | 11010001 | 1110000 | 1110000 | 0 | 101110 | 101110 | 10010 | 0 | 110011 | 111111 |
Color Harmonies of #D17070
Complementary color
Monochromatic Colors of #D17070
Black with #D17070
Text Example
Text Example
White with #D17070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17070; }
p { color: rgb(209,112,112); }
H1.HeaderClassName
{
color: #D17070;
}
.AnyTagClassName
{
color: #D17070;
}
</style>
background-color css
<style>
a { background-color: #D17070; }
a { background-color: rgb(209,112,112); }
div.DivClassName
{
background-color: #D17070;
}
.BgClassName
{
background-color: #D17070;
}
</style>
border-color css
<style>
span { border-color: #D17070; }
span { border-color: rgb(209,112,112); }
td.TdClassName
{
border-color: #D17070;
}
.TagClassName
{
border-color: #D17070;
}
</style>