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