Shades of Contessa #D06F6E
Tints of Contessa #D06F6E
RGB
CMYK
RGB Variations
Color information
#D06F6E (or 0xD06F6E) is known color: Contessa. HEX triplet: D0, 6F and 6E. RGB value is (208,111,110). Sum of RGB (Red+Green+Blue) = 208+111+110=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F6E is #2F9091. Grayscale: #8B8B8B. Windows color (decimal): -3117202 or 7237584. OLE color: 7237584.
HSL color Cylindrical-coordinate representation of color #D06F6E: hue angle of 0.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06F6E is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 110 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.18 |
| HSL | 0.61º | 0.51% | 0.62% | - |
| HSV(B) | 0.61º | 0.47% | 0.82% | - |
| XYZ | 34.51 | 25.9 | 17.93 | - |
| YUV | 139.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 110 | 0 | 0.47 | 0.47 | 0.18 | 0.61 | 0.51 | 0.62 |
| Hex | D0 | 6F | 6E | 0 | 2F | 2F | 12 | 1 | 33 | 3E |
| Octal | 320 | 157 | 156 | 0 | 57 | 57 | 22 | 1 | 63 | 76 |
| Binary | 11010000 | 1101111 | 1101110 | 0 | 101111 | 101111 | 10010 | 1 | 110011 | 111110 |
Color Harmonies of #D06F6E
Complementary color
Monochromatic Colors of #D06F6E
Black with #D06F6E
Text Example
Text Example
White with #D06F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F6E; }
p { color: rgb(208,111,110); }
H1.HeaderClassName
{
color: #D06F6E;
}
.AnyTagClassName
{
color: #D06F6E;
}
</style>
background-color css
<style>
a { background-color: #D06F6E; }
a { background-color: rgb(208,111,110); }
div.DivClassName
{
background-color: #D06F6E;
}
.BgClassName
{
background-color: #D06F6E;
}
</style>
border-color css
<style>
span { border-color: #D06F6E; }
span { border-color: rgb(208,111,110); }
td.TdClassName
{
border-color: #D06F6E;
}
.TagClassName
{
border-color: #D06F6E;
}
</style>