Shades of Contessa #D2756D
Tints of Contessa #D2756D
RGB
CMYK
RGB Variations
Color information
#D2756D (or 0xD2756D) is known color: Contessa. HEX triplet: D2, 75 and 6D. RGB value is (210,117,109). Sum of RGB (Red+Green+Blue) = 210+117+109=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2756D is #2D8A92. Grayscale: #909090. Windows color (decimal): -2984595 or 7173586. OLE color: 7173586.
HSL color Cylindrical-coordinate representation of color #D2756D: hue angle of 4.75º 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 #D2756D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 109 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.18 |
| HSL | 4.75º | 0.53% | 0.63% | - |
| HSV(B) | 4.75º | 0.48% | 0.82% | - |
| XYZ | 35.7 | 27.53 | 17.9 | - |
| YUV | 143.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 109 | 0 | 0.44 | 0.48 | 0.18 | 4.75 | 0.53 | 0.63 |
| Hex | D2 | 75 | 6D | 0 | 2C | 30 | 12 | 5 | 35 | 3F |
| Octal | 322 | 165 | 155 | 0 | 54 | 60 | 22 | 5 | 65 | 77 |
| Binary | 11010010 | 1110101 | 1101101 | 0 | 101100 | 110000 | 10010 | 101 | 110101 | 111111 |
Color Harmonies of #D2756D
Complementary color
Monochromatic Colors of #D2756D
Black with #D2756D
Text Example
Text Example
White with #D2756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2756D; }
p { color: rgb(210,117,109); }
H1.HeaderClassName
{
color: #D2756D;
}
.AnyTagClassName
{
color: #D2756D;
}
</style>
background-color css
<style>
a { background-color: #D2756D; }
a { background-color: rgb(210,117,109); }
div.DivClassName
{
background-color: #D2756D;
}
.BgClassName
{
background-color: #D2756D;
}
</style>
border-color css
<style>
span { border-color: #D2756D; }
span { border-color: rgb(210,117,109); }
td.TdClassName
{
border-color: #D2756D;
}
.TagClassName
{
border-color: #D2756D;
}
</style>