Shades of Contessa #D2746D
Tints of Contessa #D2746D
RGB
CMYK
RGB Variations
Color information
#D2746D (or 0xD2746D) is known color: Contessa. HEX triplet: D2, 74 and 6D. RGB value is (210,116,109). Sum of RGB (Red+Green+Blue) = 210+116+109=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2746D is #2D8B92. Grayscale: #8F8F8F. Windows color (decimal): -2984851 or 7173330. OLE color: 7173330.
HSL color Cylindrical-coordinate representation of color #D2746D: hue angle of 4.16º 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 #D2746D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 109 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.18 |
| HSL | 4.16º | 0.53% | 0.63% | - |
| HSV(B) | 4.16º | 0.48% | 0.82% | - |
| XYZ | 35.58 | 27.3 | 17.86 | - |
| YUV | 143.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 109 | 0 | 0.45 | 0.48 | 0.18 | 4.16 | 0.53 | 0.63 |
| Hex | D2 | 74 | 6D | 0 | 2D | 30 | 12 | 4 | 35 | 3F |
| Octal | 322 | 164 | 155 | 0 | 55 | 60 | 22 | 4 | 65 | 77 |
| Binary | 11010010 | 1110100 | 1101101 | 0 | 101101 | 110000 | 10010 | 100 | 110101 | 111111 |
Color Harmonies of #D2746D
Complementary color
Monochromatic Colors of #D2746D
Black with #D2746D
Text Example
Text Example
White with #D2746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2746D; }
p { color: rgb(210,116,109); }
H1.HeaderClassName
{
color: #D2746D;
}
.AnyTagClassName
{
color: #D2746D;
}
</style>
background-color css
<style>
a { background-color: #D2746D; }
a { background-color: rgb(210,116,109); }
div.DivClassName
{
background-color: #D2746D;
}
.BgClassName
{
background-color: #D2746D;
}
</style>
border-color css
<style>
span { border-color: #D2746D; }
span { border-color: rgb(210,116,109); }
td.TdClassName
{
border-color: #D2746D;
}
.TagClassName
{
border-color: #D2746D;
}
</style>