Shades of Contessa #D17069
Tints of Contessa #D17069
RGB
CMYK
RGB Variations
Color information
#D17069 (or 0xD17069) is known color: Contessa. HEX triplet: D1, 70 and 69. RGB value is (209,112,105). Sum of RGB (Red+Green+Blue) = 209+112+105=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D17069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17069 is #2E8F96. Grayscale: #8C8C8C. Windows color (decimal): -3051415 or 6910161. OLE color: 6910161.
HSL color Cylindrical-coordinate representation of color #D17069: hue angle of 4.04º 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 #D17069 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 105 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.18 |
| HSL | 4.04º | 0.53% | 0.62% | - |
| HSV(B) | 4.04º | 0.5% | 0.82% | - |
| XYZ | 34.64 | 26.16 | 16.59 | - |
| YUV | 140.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 105 | 0 | 0.46 | 0.50 | 0.18 | 4.04 | 0.53 | 0.62 |
| Hex | D1 | 70 | 69 | 0 | 2E | 32 | 12 | 4 | 35 | 3E |
| Octal | 321 | 160 | 151 | 0 | 56 | 62 | 22 | 4 | 65 | 76 |
| Binary | 11010001 | 1110000 | 1101001 | 0 | 101110 | 110010 | 10010 | 100 | 110101 | 111110 |
Color Harmonies of #D17069
Complementary color
Monochromatic Colors of #D17069
Black with #D17069
Text Example
Text Example
White with #D17069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17069; }
p { color: rgb(209,112,105); }
H1.HeaderClassName
{
color: #D17069;
}
.AnyTagClassName
{
color: #D17069;
}
</style>
background-color css
<style>
a { background-color: #D17069; }
a { background-color: rgb(209,112,105); }
div.DivClassName
{
background-color: #D17069;
}
.BgClassName
{
background-color: #D17069;
}
</style>
border-color css
<style>
span { border-color: #D17069; }
span { border-color: rgb(209,112,105); }
td.TdClassName
{
border-color: #D17069;
}
.TagClassName
{
border-color: #D17069;
}
</style>