Shades of Contessa #D1736F
Tints of Contessa #D1736F
RGB
CMYK
RGB Variations
Color information
#D1736F (or 0xD1736F) is known color: Contessa. HEX triplet: D1, 73 and 6F. RGB value is (209,115,111). Sum of RGB (Red+Green+Blue) = 209+115+111=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1736F is #2E8C90. Grayscale: #8E8E8E. Windows color (decimal): -3050641 or 7304145. OLE color: 7304145.
HSL color Cylindrical-coordinate representation of color #D1736F: hue angle of 2.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1736F is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 111 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.18 |
| HSL | 2.45º | 0.52% | 0.63% | - |
| HSV(B) | 2.45º | 0.47% | 0.82% | - |
| XYZ | 35.29 | 26.96 | 18.38 | - |
| YUV | 142.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 111 | 0 | 0.45 | 0.47 | 0.18 | 2.45 | 0.52 | 0.63 |
| Hex | D1 | 73 | 6F | 0 | 2D | 2F | 12 | 2 | 34 | 3F |
| Octal | 321 | 163 | 157 | 0 | 55 | 57 | 22 | 2 | 64 | 77 |
| Binary | 11010001 | 1110011 | 1101111 | 0 | 101101 | 101111 | 10010 | 10 | 110100 | 111111 |
Color Harmonies of #D1736F
Complementary color
Monochromatic Colors of #D1736F
Black with #D1736F
Text Example
Text Example
White with #D1736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1736F; }
p { color: rgb(209,115,111); }
H1.HeaderClassName
{
color: #D1736F;
}
.AnyTagClassName
{
color: #D1736F;
}
</style>
background-color css
<style>
a { background-color: #D1736F; }
a { background-color: rgb(209,115,111); }
div.DivClassName
{
background-color: #D1736F;
}
.BgClassName
{
background-color: #D1736F;
}
</style>
border-color css
<style>
span { border-color: #D1736F; }
span { border-color: rgb(209,115,111); }
td.TdClassName
{
border-color: #D1736F;
}
.TagClassName
{
border-color: #D1736F;
}
</style>