Shades of Contessa #D06E68
Tints of Contessa #D06E68
RGB
CMYK
RGB Variations
Color information
#D06E68 (or 0xD06E68) is known color: Contessa. HEX triplet: D0, 6E and 68. RGB value is (208,110,104). Sum of RGB (Red+Green+Blue) = 208+110+104=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E68 is #2F9197. Grayscale: #8A8A8A. Windows color (decimal): -3117464 or 6844112. OLE color: 6844112.
HSL color Cylindrical-coordinate representation of color #D06E68: hue angle of 3.46º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06E68 is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 104 | - |
| CMYK | 0 | 0.47 | 0.5 | 0.18 |
| HSL | 3.46º | 0.53% | 0.61% | - |
| HSV(B) | 3.46º | 0.5% | 0.82% | - |
| XYZ | 34.09 | 25.56 | 16.23 | - |
| YUV | 138.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 104 | 0 | 0.47 | 0.5 | 0.18 | 3.46 | 0.53 | 0.61 |
| Hex | D0 | 6E | 68 | 0 | 2F | 32 | 12 | 3 | 35 | 3D |
| Octal | 320 | 156 | 150 | 0 | 57 | 62 | 22 | 3 | 65 | 75 |
| Binary | 11010000 | 1101110 | 1101000 | 0 | 101111 | 110010 | 10010 | 11 | 110101 | 111101 |
Color Harmonies of #D06E68
Complementary color
Monochromatic Colors of #D06E68
Black with #D06E68
Text Example
Text Example
White with #D06E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E68; }
p { color: rgb(208,110,104); }
H1.HeaderClassName
{
color: #D06E68;
}
.AnyTagClassName
{
color: #D06E68;
}
</style>
background-color css
<style>
a { background-color: #D06E68; }
a { background-color: rgb(208,110,104); }
div.DivClassName
{
background-color: #D06E68;
}
.BgClassName
{
background-color: #D06E68;
}
</style>
border-color css
<style>
span { border-color: #D06E68; }
span { border-color: rgb(208,110,104); }
td.TdClassName
{
border-color: #D06E68;
}
.TagClassName
{
border-color: #D06E68;
}
</style>