Shades of Contessa #D0706F
Tints of Contessa #D0706F
RGB
CMYK
RGB Variations
Color information
#D0706F (or 0xD0706F) is known color: Contessa. HEX triplet: D0, 70 and 6F. RGB value is (208,112,111). Sum of RGB (Red+Green+Blue) = 208+112+111=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0706F is #2F8F90. Grayscale: #8C8C8C. Windows color (decimal): -3116945 or 7303376. OLE color: 7303376.
HSL color Cylindrical-coordinate representation of color #D0706F: hue angle of 0.62º degrees, saturation: 0.51, 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 #D0706F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 111 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.18 |
| HSL | 0.62º | 0.51% | 0.63% | - |
| HSV(B) | 0.62º | 0.47% | 0.82% | - |
| XYZ | 34.68 | 26.15 | 18.26 | - |
| YUV | 140.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 111 | 0 | 0.46 | 0.47 | 0.18 | 0.62 | 0.51 | 0.63 |
| Hex | D0 | 70 | 6F | 0 | 2E | 2F | 12 | 1 | 33 | 3F |
| Octal | 320 | 160 | 157 | 0 | 56 | 57 | 22 | 1 | 63 | 77 |
| Binary | 11010000 | 1110000 | 1101111 | 0 | 101110 | 101111 | 10010 | 1 | 110011 | 111111 |
Color Harmonies of #D0706F
Complementary color
Monochromatic Colors of #D0706F
Black with #D0706F
Text Example
Text Example
White with #D0706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0706F; }
p { color: rgb(208,112,111); }
H1.HeaderClassName
{
color: #D0706F;
}
.AnyTagClassName
{
color: #D0706F;
}
</style>
background-color css
<style>
a { background-color: #D0706F; }
a { background-color: rgb(208,112,111); }
div.DivClassName
{
background-color: #D0706F;
}
.BgClassName
{
background-color: #D0706F;
}
</style>
border-color css
<style>
span { border-color: #D0706F; }
span { border-color: rgb(208,112,111); }
td.TdClassName
{
border-color: #D0706F;
}
.TagClassName
{
border-color: #D0706F;
}
</style>