Shades of Contessa #D06D6C
Tints of Contessa #D06D6C
RGB
CMYK
RGB Variations
Color information
#D06D6C (or 0xD06D6C) is known color: Contessa. HEX triplet: D0, 6D and 6C. RGB value is (208,109,108). Sum of RGB (Red+Green+Blue) = 208+109+108=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D6C is #2F9293. Grayscale: #8A8A8A. Windows color (decimal): -3117716 or 7106000. OLE color: 7106000.
HSL color Cylindrical-coordinate representation of color #D06D6C: hue angle of 0.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06D6C is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 108 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.18 |
| HSL | 0.6º | 0.52% | 0.62% | - |
| HSV(B) | 0.6º | 0.48% | 0.82% | - |
| XYZ | 34.19 | 25.43 | 17.29 | - |
| YUV | 138.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 108 | 0 | 0.48 | 0.48 | 0.18 | 0.6 | 0.52 | 0.62 |
| Hex | D0 | 6D | 6C | 0 | 30 | 30 | 12 | 1 | 34 | 3E |
| Octal | 320 | 155 | 154 | 0 | 60 | 60 | 22 | 1 | 64 | 76 |
| Binary | 11010000 | 1101101 | 1101100 | 0 | 110000 | 110000 | 10010 | 1 | 110100 | 111110 |
Color Harmonies of #D06D6C
Complementary color
Monochromatic Colors of #D06D6C
Black with #D06D6C
Text Example
Text Example
White with #D06D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D6C; }
p { color: rgb(208,109,108); }
H1.HeaderClassName
{
color: #D06D6C;
}
.AnyTagClassName
{
color: #D06D6C;
}
</style>
background-color css
<style>
a { background-color: #D06D6C; }
a { background-color: rgb(208,109,108); }
div.DivClassName
{
background-color: #D06D6C;
}
.BgClassName
{
background-color: #D06D6C;
}
</style>
border-color css
<style>
span { border-color: #D06D6C; }
span { border-color: rgb(208,109,108); }
td.TdClassName
{
border-color: #D06D6C;
}
.TagClassName
{
border-color: #D06D6C;
}
</style>