Shades of Contessa #D0766B
Tints of Contessa #D0766B
RGB
CMYK
RGB Variations
Color information
#D0766B (or 0xD0766B) is known color: Contessa. HEX triplet: D0, 76 and 6B. RGB value is (208,118,107). Sum of RGB (Red+Green+Blue) = 208+118+107=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0766B is #2F8994. Grayscale: #8F8F8F. Windows color (decimal): -3115413 or 7042768. OLE color: 7042768.
HSL color Cylindrical-coordinate representation of color #D0766B: hue angle of 6.53º 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 #D0766B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 107 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.18 |
| HSL | 6.53º | 0.52% | 0.62% | - |
| HSV(B) | 6.53º | 0.49% | 0.82% | - |
| XYZ | 35.14 | 27.43 | 17.35 | - |
| YUV | 143.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 107 | 0 | 0.43 | 0.49 | 0.18 | 6.53 | 0.52 | 0.62 |
| Hex | D0 | 76 | 6B | 0 | 2B | 31 | 12 | 7 | 34 | 3E |
| Octal | 320 | 166 | 153 | 0 | 53 | 61 | 22 | 7 | 64 | 76 |
| Binary | 11010000 | 1110110 | 1101011 | 0 | 101011 | 110001 | 10010 | 111 | 110100 | 111110 |
Color Harmonies of #D0766B
Complementary color
Monochromatic Colors of #D0766B
Black with #D0766B
Text Example
Text Example
White with #D0766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0766B; }
p { color: rgb(208,118,107); }
H1.HeaderClassName
{
color: #D0766B;
}
.AnyTagClassName
{
color: #D0766B;
}
</style>
background-color css
<style>
a { background-color: #D0766B; }
a { background-color: rgb(208,118,107); }
div.DivClassName
{
background-color: #D0766B;
}
.BgClassName
{
background-color: #D0766B;
}
</style>
border-color css
<style>
span { border-color: #D0766B; }
span { border-color: rgb(208,118,107); }
td.TdClassName
{
border-color: #D0766B;
}
.TagClassName
{
border-color: #D0766B;
}
</style>