Shades of Contessa #D2726C
Tints of Contessa #D2726C
RGB
CMYK
RGB Variations
Color information
#D2726C (or 0xD2726C) is known color: Contessa. HEX triplet: D2, 72 and 6C. RGB value is (210,114,108). Sum of RGB (Red+Green+Blue) = 210+114+108=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2726C is #2D8D93. Grayscale: #8E8E8E. Windows color (decimal): -2985364 or 7107282. OLE color: 7107282.
HSL color Cylindrical-coordinate representation of color #D2726C: hue angle of 3.53º degrees, saturation: 0.53, 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 #D2726C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 108 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.18 |
| HSL | 3.53º | 0.53% | 0.62% | - |
| HSV(B) | 3.53º | 0.49% | 0.82% | - |
| XYZ | 35.3 | 26.82 | 17.5 | - |
| YUV | 142.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 108 | 0 | 0.46 | 0.49 | 0.18 | 3.53 | 0.53 | 0.62 |
| Hex | D2 | 72 | 6C | 0 | 2E | 31 | 12 | 4 | 35 | 3E |
| Octal | 322 | 162 | 154 | 0 | 56 | 61 | 22 | 4 | 65 | 76 |
| Binary | 11010010 | 1110010 | 1101100 | 0 | 101110 | 110001 | 10010 | 100 | 110101 | 111110 |
Color Harmonies of #D2726C
Complementary color
Monochromatic Colors of #D2726C
Black with #D2726C
Text Example
Text Example
White with #D2726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2726C; }
p { color: rgb(210,114,108); }
H1.HeaderClassName
{
color: #D2726C;
}
.AnyTagClassName
{
color: #D2726C;
}
</style>
background-color css
<style>
a { background-color: #D2726C; }
a { background-color: rgb(210,114,108); }
div.DivClassName
{
background-color: #D2726C;
}
.BgClassName
{
background-color: #D2726C;
}
</style>
border-color css
<style>
span { border-color: #D2726C; }
span { border-color: rgb(210,114,108); }
td.TdClassName
{
border-color: #D2726C;
}
.TagClassName
{
border-color: #D2726C;
}
</style>