Shades of Contessa #D2726D
Tints of Contessa #D2726D
RGB
CMYK
RGB Variations
Color information
#D2726D (or 0xD2726D) is known color: Contessa. HEX triplet: D2, 72 and 6D. RGB value is (210,114,109). Sum of RGB (Red+Green+Blue) = 210+114+109=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2726D is #2D8D92. Grayscale: #8E8E8E. Windows color (decimal): -2985363 or 7172818. OLE color: 7172818.
HSL color Cylindrical-coordinate representation of color #D2726D: hue angle of 2.97º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2726D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 109 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.18 |
| HSL | 2.97º | 0.53% | 0.63% | - |
| HSV(B) | 2.97º | 0.48% | 0.82% | - |
| XYZ | 35.36 | 26.84 | 17.79 | - |
| YUV | 142.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 109 | 0 | 0.46 | 0.48 | 0.18 | 2.97 | 0.53 | 0.63 |
| Hex | D2 | 72 | 6D | 0 | 2E | 30 | 12 | 3 | 35 | 3F |
| Octal | 322 | 162 | 155 | 0 | 56 | 60 | 22 | 3 | 65 | 77 |
| Binary | 11010010 | 1110010 | 1101101 | 0 | 101110 | 110000 | 10010 | 11 | 110101 | 111111 |
Color Harmonies of #D2726D
Complementary color
Monochromatic Colors of #D2726D
Black with #D2726D
Text Example
Text Example
White with #D2726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2726D; }
p { color: rgb(210,114,109); }
H1.HeaderClassName
{
color: #D2726D;
}
.AnyTagClassName
{
color: #D2726D;
}
</style>
background-color css
<style>
a { background-color: #D2726D; }
a { background-color: rgb(210,114,109); }
div.DivClassName
{
background-color: #D2726D;
}
.BgClassName
{
background-color: #D2726D;
}
</style>
border-color css
<style>
span { border-color: #D2726D; }
span { border-color: rgb(210,114,109); }
td.TdClassName
{
border-color: #D2726D;
}
.TagClassName
{
border-color: #D2726D;
}
</style>