Shades of Contessa #D06E6E
Tints of Contessa #D06E6E
RGB
CMYK
RGB Variations
Color information
#D06E6E (or 0xD06E6E) is known color: Contessa. HEX triplet: D0, 6E and 6E. RGB value is (208,110,110). Sum of RGB (Red+Green+Blue) = 208+110+110=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E6E is #2F9191. Grayscale: #8B8B8B. Windows color (decimal): -3117458 or 7237328. OLE color: 7237328.
HSL color Cylindrical-coordinate representation of color #D06E6E: hue angle of 0º 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 #D06E6E is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 110 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.18 |
| HSL | 0º | 0.51% | 0.62% | - |
| HSV(B) | 0º | 0.47% | 0.82% | - |
| XYZ | 34.4 | 25.69 | 17.9 | - |
| YUV | 139.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 110 | 0 | 0.47 | 0.47 | 0.18 | 0 | 0.51 | 0.62 |
| Hex | D0 | 6E | 6E | 0 | 2F | 2F | 12 | 0 | 33 | 3E |
| Octal | 320 | 156 | 156 | 0 | 57 | 57 | 22 | 0 | 63 | 76 |
| Binary | 11010000 | 1101110 | 1101110 | 0 | 101111 | 101111 | 10010 | 0 | 110011 | 111110 |
Color Harmonies of #D06E6E
Complementary color
Monochromatic Colors of #D06E6E
Black with #D06E6E
Text Example
Text Example
White with #D06E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E6E; }
p { color: rgb(208,110,110); }
H1.HeaderClassName
{
color: #D06E6E;
}
.AnyTagClassName
{
color: #D06E6E;
}
</style>
background-color css
<style>
a { background-color: #D06E6E; }
a { background-color: rgb(208,110,110); }
div.DivClassName
{
background-color: #D06E6E;
}
.BgClassName
{
background-color: #D06E6E;
}
</style>
border-color css
<style>
span { border-color: #D06E6E; }
span { border-color: rgb(208,110,110); }
td.TdClassName
{
border-color: #D06E6E;
}
.TagClassName
{
border-color: #D06E6E;
}
</style>