Shades of Contessa #D0776C
Tints of Contessa #D0776C
RGB
CMYK
RGB Variations
Color information
#D0776C (or 0xD0776C) is known color: Contessa. HEX triplet: D0, 77 and 6C. RGB value is (208,119,108). Sum of RGB (Red+Green+Blue) = 208+119+108=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0776C is #2F8893. Grayscale: #909090. Windows color (decimal): -3115156 or 7108560. OLE color: 7108560.
HSL color Cylindrical-coordinate representation of color #D0776C: hue angle of 6.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 #D0776C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 108 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.18 |
| HSL | 6.6º | 0.52% | 0.62% | - |
| HSV(B) | 6.6º | 0.48% | 0.82% | - |
| XYZ | 35.32 | 27.69 | 17.67 | - |
| YUV | 144.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 108 | 0 | 0.43 | 0.48 | 0.18 | 6.6 | 0.52 | 0.62 |
| Hex | D0 | 77 | 6C | 0 | 2B | 30 | 12 | 7 | 34 | 3E |
| Octal | 320 | 167 | 154 | 0 | 53 | 60 | 22 | 7 | 64 | 76 |
| Binary | 11010000 | 1110111 | 1101100 | 0 | 101011 | 110000 | 10010 | 111 | 110100 | 111110 |
Color Harmonies of #D0776C
Complementary color
Monochromatic Colors of #D0776C
Black with #D0776C
Text Example
Text Example
White with #D0776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0776C; }
p { color: rgb(208,119,108); }
H1.HeaderClassName
{
color: #D0776C;
}
.AnyTagClassName
{
color: #D0776C;
}
</style>
background-color css
<style>
a { background-color: #D0776C; }
a { background-color: rgb(208,119,108); }
div.DivClassName
{
background-color: #D0776C;
}
.BgClassName
{
background-color: #D0776C;
}
</style>
border-color css
<style>
span { border-color: #D0776C; }
span { border-color: rgb(208,119,108); }
td.TdClassName
{
border-color: #D0776C;
}
.TagClassName
{
border-color: #D0776C;
}
</style>