Shades of Contessa #D0766C
Tints of Contessa #D0766C
RGB
CMYK
RGB Variations
Color information
#D0766C (or 0xD0766C) is known color: Contessa. HEX triplet: D0, 76 and 6C. RGB value is (208,118,108). Sum of RGB (Red+Green+Blue) = 208+118+108=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0766C is #2F8993. Grayscale: #8F8F8F. Windows color (decimal): -3115412 or 7108304. OLE color: 7108304.
HSL color Cylindrical-coordinate representation of color #D0766C: hue angle of 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 #D0766C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 108 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.18 |
| HSL | 6º | 0.52% | 0.62% | - |
| HSV(B) | 6º | 0.48% | 0.82% | - |
| XYZ | 35.2 | 27.45 | 17.63 | - |
| YUV | 143.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 108 | 0 | 0.43 | 0.48 | 0.18 | 6 | 0.52 | 0.62 |
| Hex | D0 | 76 | 6C | 0 | 2B | 30 | 12 | 6 | 34 | 3E |
| Octal | 320 | 166 | 154 | 0 | 53 | 60 | 22 | 6 | 64 | 76 |
| Binary | 11010000 | 1110110 | 1101100 | 0 | 101011 | 110000 | 10010 | 110 | 110100 | 111110 |
Color Harmonies of #D0766C
Complementary color
Monochromatic Colors of #D0766C
Black with #D0766C
Text Example
Text Example
White with #D0766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0766C; }
p { color: rgb(208,118,108); }
H1.HeaderClassName
{
color: #D0766C;
}
.AnyTagClassName
{
color: #D0766C;
}
</style>
background-color css
<style>
a { background-color: #D0766C; }
a { background-color: rgb(208,118,108); }
div.DivClassName
{
background-color: #D0766C;
}
.BgClassName
{
background-color: #D0766C;
}
</style>
border-color css
<style>
span { border-color: #D0766C; }
span { border-color: rgb(208,118,108); }
td.TdClassName
{
border-color: #D0766C;
}
.TagClassName
{
border-color: #D0766C;
}
</style>