Shades of Contessa #D0786A
Tints of Contessa #D0786A
RGB
CMYK
RGB Variations
Color information
#D0786A (or 0xD0786A) is known color: Contessa. HEX triplet: D0, 78 and 6A. RGB value is (208,120,106). Sum of RGB (Red+Green+Blue) = 208+120+106=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0786A is #2F8795. Grayscale: #909090. Windows color (decimal): -3114902 or 6977744. OLE color: 6977744.
HSL color Cylindrical-coordinate representation of color #D0786A: hue angle of 8.24º 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 #D0786A is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 106 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.18 |
| HSL | 8.24º | 0.52% | 0.62% | - |
| HSV(B) | 8.24º | 0.49% | 0.82% | - |
| XYZ | 35.33 | 27.88 | 17.16 | - |
| YUV | 144.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 106 | 0 | 0.42 | 0.49 | 0.18 | 8.24 | 0.52 | 0.62 |
| Hex | D0 | 78 | 6A | 0 | 2A | 31 | 12 | 8 | 34 | 3E |
| Octal | 320 | 170 | 152 | 0 | 52 | 61 | 22 | 10 | 64 | 76 |
| Binary | 11010000 | 1111000 | 1101010 | 0 | 101010 | 110001 | 10010 | 1000 | 110100 | 111110 |
Color Harmonies of #D0786A
Complementary color
Monochromatic Colors of #D0786A
Black with #D0786A
Text Example
Text Example
White with #D0786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0786A; }
p { color: rgb(208,120,106); }
H1.HeaderClassName
{
color: #D0786A;
}
.AnyTagClassName
{
color: #D0786A;
}
</style>
background-color css
<style>
a { background-color: #D0786A; }
a { background-color: rgb(208,120,106); }
div.DivClassName
{
background-color: #D0786A;
}
.BgClassName
{
background-color: #D0786A;
}
</style>
border-color css
<style>
span { border-color: #D0786A; }
span { border-color: rgb(208,120,106); }
td.TdClassName
{
border-color: #D0786A;
}
.TagClassName
{
border-color: #D0786A;
}
</style>