Shades of Contessa #D1756F
Tints of Contessa #D1756F
RGB
CMYK
RGB Variations
Color information
#D1756F (or 0xD1756F) is known color: Contessa. HEX triplet: D1, 75 and 6F. RGB value is (209,117,111). Sum of RGB (Red+Green+Blue) = 209+117+111=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1756F is #2E8A90. Grayscale: #8F8F8F. Windows color (decimal): -3050129 or 7304657. OLE color: 7304657.
HSL color Cylindrical-coordinate representation of color #D1756F: hue angle of 3.67º 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 #D1756F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 111 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.18 |
| HSL | 3.67º | 0.52% | 0.63% | - |
| HSV(B) | 3.67º | 0.47% | 0.82% | - |
| XYZ | 35.53 | 27.43 | 18.46 | - |
| YUV | 143.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 111 | 0 | 0.44 | 0.47 | 0.18 | 3.67 | 0.52 | 0.63 |
| Hex | D1 | 75 | 6F | 0 | 2C | 2F | 12 | 4 | 34 | 3F |
| Octal | 321 | 165 | 157 | 0 | 54 | 57 | 22 | 4 | 64 | 77 |
| Binary | 11010001 | 1110101 | 1101111 | 0 | 101100 | 101111 | 10010 | 100 | 110100 | 111111 |
Color Harmonies of #D1756F
Complementary color
Monochromatic Colors of #D1756F
Black with #D1756F
Text Example
Text Example
White with #D1756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1756F; }
p { color: rgb(209,117,111); }
H1.HeaderClassName
{
color: #D1756F;
}
.AnyTagClassName
{
color: #D1756F;
}
</style>
background-color css
<style>
a { background-color: #D1756F; }
a { background-color: rgb(209,117,111); }
div.DivClassName
{
background-color: #D1756F;
}
.BgClassName
{
background-color: #D1756F;
}
</style>
border-color css
<style>
span { border-color: #D1756F; }
span { border-color: rgb(209,117,111); }
td.TdClassName
{
border-color: #D1756F;
}
.TagClassName
{
border-color: #D1756F;
}
</style>