Shades of Contessa #D07472
Tints of Contessa #D07472
RGB
CMYK
RGB Variations
Color information
#D07472 (or 0xD07472) is known color: Contessa. HEX triplet: D0, 74 and 72. RGB value is (208,116,114). Sum of RGB (Red+Green+Blue) = 208+116+114=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07472 is #2F8B8D. Grayscale: #8F8F8F. Windows color (decimal): -3115918 or 7501008. OLE color: 7501008.
HSL color Cylindrical-coordinate representation of color #D07472: hue angle of 1.28º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07472 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 114 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.18 |
| HSL | 1.28º | 0.5% | 0.63% | - |
| HSV(B) | 1.28º | 0.45% | 0.82% | - |
| XYZ | 35.3 | 27.12 | 19.29 | - |
| YUV | 143.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 114 | 0 | 0.44 | 0.45 | 0.18 | 1.28 | 0.5 | 0.63 |
| Hex | D0 | 74 | 72 | 0 | 2C | 2D | 12 | 1 | 32 | 3F |
| Octal | 320 | 164 | 162 | 0 | 54 | 55 | 22 | 1 | 62 | 77 |
| Binary | 11010000 | 1110100 | 1110010 | 0 | 101100 | 101101 | 10010 | 1 | 110010 | 111111 |
Color Harmonies of #D07472
Complementary color
Monochromatic Colors of #D07472
Black with #D07472
Text Example
Text Example
White with #D07472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07472; }
p { color: rgb(208,116,114); }
H1.HeaderClassName
{
color: #D07472;
}
.AnyTagClassName
{
color: #D07472;
}
</style>
background-color css
<style>
a { background-color: #D07472; }
a { background-color: rgb(208,116,114); }
div.DivClassName
{
background-color: #D07472;
}
.BgClassName
{
background-color: #D07472;
}
</style>
border-color css
<style>
span { border-color: #D07472; }
span { border-color: rgb(208,116,114); }
td.TdClassName
{
border-color: #D07472;
}
.TagClassName
{
border-color: #D07472;
}
</style>