Shades of Contessa #D06E6B
Tints of Contessa #D06E6B
RGB
CMYK
RGB Variations
Color information
#D06E6B (or 0xD06E6B) is known color: Contessa. HEX triplet: D0, 6E and 6B. RGB value is (208,110,107). Sum of RGB (Red+Green+Blue) = 208+110+107=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E6B is #2F9194. Grayscale: #8B8B8B. Windows color (decimal): -3117461 or 7040720. OLE color: 7040720.
HSL color Cylindrical-coordinate representation of color #D06E6B: hue angle of 1.78º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06E6B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 107 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.18 |
| HSL | 1.78º | 0.52% | 0.62% | - |
| HSV(B) | 1.78º | 0.49% | 0.82% | - |
| XYZ | 34.24 | 25.62 | 17.05 | - |
| YUV | 138.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 107 | 0 | 0.47 | 0.49 | 0.18 | 1.78 | 0.52 | 0.62 |
| Hex | D0 | 6E | 6B | 0 | 2F | 31 | 12 | 2 | 34 | 3E |
| Octal | 320 | 156 | 153 | 0 | 57 | 61 | 22 | 2 | 64 | 76 |
| Binary | 11010000 | 1101110 | 1101011 | 0 | 101111 | 110001 | 10010 | 10 | 110100 | 111110 |
Color Harmonies of #D06E6B
Complementary color
Monochromatic Colors of #D06E6B
Black with #D06E6B
Text Example
Text Example
White with #D06E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E6B; }
p { color: rgb(208,110,107); }
H1.HeaderClassName
{
color: #D06E6B;
}
.AnyTagClassName
{
color: #D06E6B;
}
</style>
background-color css
<style>
a { background-color: #D06E6B; }
a { background-color: rgb(208,110,107); }
div.DivClassName
{
background-color: #D06E6B;
}
.BgClassName
{
background-color: #D06E6B;
}
</style>
border-color css
<style>
span { border-color: #D06E6B; }
span { border-color: rgb(208,110,107); }
td.TdClassName
{
border-color: #D06E6B;
}
.TagClassName
{
border-color: #D06E6B;
}
</style>