Shades of Contessa #D0736D
Tints of Contessa #D0736D
RGB
CMYK
RGB Variations
Color information
#D0736D (or 0xD0736D) is known color: Contessa. HEX triplet: D0, 73 and 6D. RGB value is (208,115,109). Sum of RGB (Red+Green+Blue) = 208+115+109=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0736D is #2F8C92. Grayscale: #8E8E8E. Windows color (decimal): -3116179 or 7173072. OLE color: 7173072.
HSL color Cylindrical-coordinate representation of color #D0736D: hue angle of 3.64º degrees, saturation: 0.51, 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 #D0736D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 109 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.18 |
| HSL | 3.64º | 0.51% | 0.62% | - |
| HSV(B) | 3.64º | 0.48% | 0.82% | - |
| XYZ | 34.9 | 26.78 | 17.8 | - |
| YUV | 142.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 109 | 0 | 0.45 | 0.48 | 0.18 | 3.64 | 0.51 | 0.62 |
| Hex | D0 | 73 | 6D | 0 | 2D | 30 | 12 | 4 | 33 | 3E |
| Octal | 320 | 163 | 155 | 0 | 55 | 60 | 22 | 4 | 63 | 76 |
| Binary | 11010000 | 1110011 | 1101101 | 0 | 101101 | 110000 | 10010 | 100 | 110011 | 111110 |
Color Harmonies of #D0736D
Complementary color
Monochromatic Colors of #D0736D
Black with #D0736D
Text Example
Text Example
White with #D0736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0736D; }
p { color: rgb(208,115,109); }
H1.HeaderClassName
{
color: #D0736D;
}
.AnyTagClassName
{
color: #D0736D;
}
</style>
background-color css
<style>
a { background-color: #D0736D; }
a { background-color: rgb(208,115,109); }
div.DivClassName
{
background-color: #D0736D;
}
.BgClassName
{
background-color: #D0736D;
}
</style>
border-color css
<style>
span { border-color: #D0736D; }
span { border-color: rgb(208,115,109); }
td.TdClassName
{
border-color: #D0736D;
}
.TagClassName
{
border-color: #D0736D;
}
</style>