Shades of Contessa #D07471
Tints of Contessa #D07471
RGB
CMYK
RGB Variations
Color information
#D07471 (or 0xD07471) is known color: Contessa. HEX triplet: D0, 74 and 71. RGB value is (208,116,113). Sum of RGB (Red+Green+Blue) = 208+116+113=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D07471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07471 is #2F8B8E. Grayscale: #8F8F8F. Windows color (decimal): -3115919 or 7435472. OLE color: 7435472.
HSL color Cylindrical-coordinate representation of color #D07471: hue angle of 1.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07471 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 113 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.18 |
| HSL | 1.89º | 0.5% | 0.63% | - |
| HSV(B) | 1.89º | 0.46% | 0.82% | - |
| XYZ | 35.24 | 27.09 | 18.99 | - |
| YUV | 143.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 113 | 0 | 0.44 | 0.46 | 0.18 | 1.89 | 0.5 | 0.63 |
| Hex | D0 | 74 | 71 | 0 | 2C | 2E | 12 | 2 | 32 | 3F |
| Octal | 320 | 164 | 161 | 0 | 54 | 56 | 22 | 2 | 62 | 77 |
| Binary | 11010000 | 1110100 | 1110001 | 0 | 101100 | 101110 | 10010 | 10 | 110010 | 111111 |
Color Harmonies of #D07471
Complementary color
Monochromatic Colors of #D07471
Black with #D07471
Text Example
Text Example
White with #D07471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07471; }
p { color: rgb(208,116,113); }
H1.HeaderClassName
{
color: #D07471;
}
.AnyTagClassName
{
color: #D07471;
}
</style>
background-color css
<style>
a { background-color: #D07471; }
a { background-color: rgb(208,116,113); }
div.DivClassName
{
background-color: #D07471;
}
.BgClassName
{
background-color: #D07471;
}
</style>
border-color css
<style>
span { border-color: #D07471; }
span { border-color: rgb(208,116,113); }
td.TdClassName
{
border-color: #D07471;
}
.TagClassName
{
border-color: #D07471;
}
</style>