Shades of Contessa #D17270
Tints of Contessa #D17270
RGB
CMYK
RGB Variations
Color information
#D17270 (or 0xD17270) is known color: Contessa. HEX triplet: D1, 72 and 70. RGB value is (209,114,112). Sum of RGB (Red+Green+Blue) = 209+114+112=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D17270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17270 is #2E8D8F. Grayscale: #8E8E8E. Windows color (decimal): -3050896 or 7369425. OLE color: 7369425.
HSL color Cylindrical-coordinate representation of color #D17270: hue angle of 1.24º 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 #D17270 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 112 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.18 |
| HSL | 1.24º | 0.51% | 0.63% | - |
| HSV(B) | 1.24º | 0.46% | 0.82% | - |
| XYZ | 35.24 | 26.76 | 18.64 | - |
| YUV | 142.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 112 | 0 | 0.45 | 0.46 | 0.18 | 1.24 | 0.51 | 0.63 |
| Hex | D1 | 72 | 70 | 0 | 2D | 2E | 12 | 1 | 33 | 3F |
| Octal | 321 | 162 | 160 | 0 | 55 | 56 | 22 | 1 | 63 | 77 |
| Binary | 11010001 | 1110010 | 1110000 | 0 | 101101 | 101110 | 10010 | 1 | 110011 | 111111 |
Color Harmonies of #D17270
Complementary color
Monochromatic Colors of #D17270
Black with #D17270
Text Example
Text Example
White with #D17270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17270; }
p { color: rgb(209,114,112); }
H1.HeaderClassName
{
color: #D17270;
}
.AnyTagClassName
{
color: #D17270;
}
</style>
background-color css
<style>
a { background-color: #D17270; }
a { background-color: rgb(209,114,112); }
div.DivClassName
{
background-color: #D17270;
}
.BgClassName
{
background-color: #D17270;
}
</style>
border-color css
<style>
span { border-color: #D17270; }
span { border-color: rgb(209,114,112); }
td.TdClassName
{
border-color: #D17270;
}
.TagClassName
{
border-color: #D17270;
}
</style>