Shades of Contessa #D06F66
Tints of Contessa #D06F66
RGB
CMYK
RGB Variations
Color information
#D06F66 (or 0xD06F66) is known color: Contessa. HEX triplet: D0, 6F and 66. RGB value is (208,111,102). Sum of RGB (Red+Green+Blue) = 208+111+102=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F66 is #2F9099. Grayscale: #8B8B8B. Windows color (decimal): -3117210 or 6713296. OLE color: 6713296.
HSL color Cylindrical-coordinate representation of color #D06F66: hue angle of 5.09º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06F66 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 102 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.18 |
| HSL | 5.09º | 0.53% | 0.61% | - |
| HSV(B) | 5.09º | 0.51% | 0.82% | - |
| XYZ | 34.1 | 25.74 | 15.74 | - |
| YUV | 138.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 102 | 0 | 0.47 | 0.51 | 0.18 | 5.09 | 0.53 | 0.61 |
| Hex | D0 | 6F | 66 | 0 | 2F | 33 | 12 | 5 | 35 | 3D |
| Octal | 320 | 157 | 146 | 0 | 57 | 63 | 22 | 5 | 65 | 75 |
| Binary | 11010000 | 1101111 | 1100110 | 0 | 101111 | 110011 | 10010 | 101 | 110101 | 111101 |
Color Harmonies of #D06F66
Complementary color
Monochromatic Colors of #D06F66
Black with #D06F66
Text Example
Text Example
White with #D06F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F66; }
p { color: rgb(208,111,102); }
H1.HeaderClassName
{
color: #D06F66;
}
.AnyTagClassName
{
color: #D06F66;
}
</style>
background-color css
<style>
a { background-color: #D06F66; }
a { background-color: rgb(208,111,102); }
div.DivClassName
{
background-color: #D06F66;
}
.BgClassName
{
background-color: #D06F66;
}
</style>
border-color css
<style>
span { border-color: #D06F66; }
span { border-color: rgb(208,111,102); }
td.TdClassName
{
border-color: #D06F66;
}
.TagClassName
{
border-color: #D06F66;
}
</style>