Shades of Contessa #D1716A
Tints of Contessa #D1716A
RGB
CMYK
RGB Variations
Color information
#D1716A (or 0xD1716A) is known color: Contessa. HEX triplet: D1, 71 and 6A. RGB value is (209,113,106). Sum of RGB (Red+Green+Blue) = 209+113+106=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1716A is #2E8E95. Grayscale: #8D8D8D. Windows color (decimal): -3051158 or 6975953. OLE color: 6975953.
HSL color Cylindrical-coordinate representation of color #D1716A: hue angle of 4.08º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1716A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 106 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.18 |
| HSL | 4.08º | 0.53% | 0.62% | - |
| HSV(B) | 4.08º | 0.49% | 0.82% | - |
| XYZ | 34.8 | 26.41 | 16.9 | - |
| YUV | 140.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 106 | 0 | 0.46 | 0.49 | 0.18 | 4.08 | 0.53 | 0.62 |
| Hex | D1 | 71 | 6A | 0 | 2E | 31 | 12 | 4 | 35 | 3E |
| Octal | 321 | 161 | 152 | 0 | 56 | 61 | 22 | 4 | 65 | 76 |
| Binary | 11010001 | 1110001 | 1101010 | 0 | 101110 | 110001 | 10010 | 100 | 110101 | 111110 |
Color Harmonies of #D1716A
Complementary color
Monochromatic Colors of #D1716A
Black with #D1716A
Text Example
Text Example
White with #D1716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1716A; }
p { color: rgb(209,113,106); }
H1.HeaderClassName
{
color: #D1716A;
}
.AnyTagClassName
{
color: #D1716A;
}
</style>
background-color css
<style>
a { background-color: #D1716A; }
a { background-color: rgb(209,113,106); }
div.DivClassName
{
background-color: #D1716A;
}
.BgClassName
{
background-color: #D1716A;
}
</style>
border-color css
<style>
span { border-color: #D1716A; }
span { border-color: rgb(209,113,106); }
td.TdClassName
{
border-color: #D1716A;
}
.TagClassName
{
border-color: #D1716A;
}
</style>