Shades of Contessa #D1746C
Tints of Contessa #D1746C
RGB
CMYK
RGB Variations
Color information
#D1746C (or 0xD1746C) is known color: Contessa. HEX triplet: D1, 74 and 6C. RGB value is (209,116,108). Sum of RGB (Red+Green+Blue) = 209+116+108=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1746C is #2E8B93. Grayscale: #8F8F8F. Windows color (decimal): -3050388 or 7107793. OLE color: 7107793.
HSL color Cylindrical-coordinate representation of color #D1746C: hue angle of 4.75º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1746C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 108 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.18 |
| HSL | 4.75º | 0.52% | 0.62% | - |
| HSV(B) | 4.75º | 0.48% | 0.82% | - |
| XYZ | 35.25 | 27.13 | 17.57 | - |
| YUV | 142.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 108 | 0 | 0.44 | 0.48 | 0.18 | 4.75 | 0.52 | 0.62 |
| Hex | D1 | 74 | 6C | 0 | 2C | 30 | 12 | 5 | 34 | 3E |
| Octal | 321 | 164 | 154 | 0 | 54 | 60 | 22 | 5 | 64 | 76 |
| Binary | 11010001 | 1110100 | 1101100 | 0 | 101100 | 110000 | 10010 | 101 | 110100 | 111110 |
Color Harmonies of #D1746C
Complementary color
Monochromatic Colors of #D1746C
Black with #D1746C
Text Example
Text Example
White with #D1746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1746C; }
p { color: rgb(209,116,108); }
H1.HeaderClassName
{
color: #D1746C;
}
.AnyTagClassName
{
color: #D1746C;
}
</style>
background-color css
<style>
a { background-color: #D1746C; }
a { background-color: rgb(209,116,108); }
div.DivClassName
{
background-color: #D1746C;
}
.BgClassName
{
background-color: #D1746C;
}
</style>
border-color css
<style>
span { border-color: #D1746C; }
span { border-color: rgb(209,116,108); }
td.TdClassName
{
border-color: #D1746C;
}
.TagClassName
{
border-color: #D1746C;
}
</style>