Shades of Contessa #D07671
Tints of Contessa #D07671
RGB
CMYK
RGB Variations
Color information
#D07671 (or 0xD07671) is known color: Contessa. HEX triplet: D0, 76 and 71. RGB value is (208,118,113). Sum of RGB (Red+Green+Blue) = 208+118+113=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D07671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07671 is #2F898E. Grayscale: #909090. Windows color (decimal): -3115407 or 7435984. OLE color: 7435984.
HSL color Cylindrical-coordinate representation of color #D07671: hue angle of 3.16º 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 #D07671 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 113 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.18 |
| HSL | 3.16º | 0.5% | 0.63% | - |
| HSV(B) | 3.16º | 0.46% | 0.82% | - |
| XYZ | 35.47 | 27.56 | 19.07 | - |
| YUV | 144.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 113 | 0 | 0.43 | 0.46 | 0.18 | 3.16 | 0.5 | 0.63 |
| Hex | D0 | 76 | 71 | 0 | 2B | 2E | 12 | 3 | 32 | 3F |
| Octal | 320 | 166 | 161 | 0 | 53 | 56 | 22 | 3 | 62 | 77 |
| Binary | 11010000 | 1110110 | 1110001 | 0 | 101011 | 101110 | 10010 | 11 | 110010 | 111111 |
Color Harmonies of #D07671
Complementary color
Monochromatic Colors of #D07671
Black with #D07671
Text Example
Text Example
White with #D07671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07671; }
p { color: rgb(208,118,113); }
H1.HeaderClassName
{
color: #D07671;
}
.AnyTagClassName
{
color: #D07671;
}
</style>
background-color css
<style>
a { background-color: #D07671; }
a { background-color: rgb(208,118,113); }
div.DivClassName
{
background-color: #D07671;
}
.BgClassName
{
background-color: #D07671;
}
</style>
border-color css
<style>
span { border-color: #D07671; }
span { border-color: rgb(208,118,113); }
td.TdClassName
{
border-color: #D07671;
}
.TagClassName
{
border-color: #D07671;
}
</style>