Shades of Contessa #D06F68
Tints of Contessa #D06F68
RGB
CMYK
RGB Variations
Color information
#D06F68 (or 0xD06F68) is known color: Contessa. HEX triplet: D0, 6F and 68. RGB value is (208,111,104). Sum of RGB (Red+Green+Blue) = 208+111+104=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F68 is #2F9097. Grayscale: #8B8B8B. Windows color (decimal): -3117208 or 6844368. OLE color: 6844368.
HSL color Cylindrical-coordinate representation of color #D06F68: hue angle of 4.04º 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 #D06F68 is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 104 | - |
| CMYK | 0 | 0.47 | 0.5 | 0.18 |
| HSL | 4.04º | 0.53% | 0.61% | - |
| HSV(B) | 4.04º | 0.5% | 0.82% | - |
| XYZ | 34.2 | 25.78 | 16.27 | - |
| YUV | 139.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 104 | 0 | 0.47 | 0.5 | 0.18 | 4.04 | 0.53 | 0.61 |
| Hex | D0 | 6F | 68 | 0 | 2F | 32 | 12 | 4 | 35 | 3D |
| Octal | 320 | 157 | 150 | 0 | 57 | 62 | 22 | 4 | 65 | 75 |
| Binary | 11010000 | 1101111 | 1101000 | 0 | 101111 | 110010 | 10010 | 100 | 110101 | 111101 |
Color Harmonies of #D06F68
Complementary color
Monochromatic Colors of #D06F68
Black with #D06F68
Text Example
Text Example
White with #D06F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F68; }
p { color: rgb(208,111,104); }
H1.HeaderClassName
{
color: #D06F68;
}
.AnyTagClassName
{
color: #D06F68;
}
</style>
background-color css
<style>
a { background-color: #D06F68; }
a { background-color: rgb(208,111,104); }
div.DivClassName
{
background-color: #D06F68;
}
.BgClassName
{
background-color: #D06F68;
}
</style>
border-color css
<style>
span { border-color: #D06F68; }
span { border-color: rgb(208,111,104); }
td.TdClassName
{
border-color: #D06F68;
}
.TagClassName
{
border-color: #D06F68;
}
</style>