Shades of Contessa #D2746C
Tints of Contessa #D2746C
RGB
CMYK
RGB Variations
Color information
#D2746C (or 0xD2746C) is known color: Contessa. HEX triplet: D2, 74 and 6C. RGB value is (210,116,108). Sum of RGB (Red+Green+Blue) = 210+116+108=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2746C is #2D8B93. Grayscale: #8F8F8F. Windows color (decimal): -2984852 or 7107794. OLE color: 7107794.
HSL color Cylindrical-coordinate representation of color #D2746C: hue angle of 4.71º 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 #D2746C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 108 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.18 |
| HSL | 4.71º | 0.53% | 0.62% | - |
| HSV(B) | 4.71º | 0.49% | 0.82% | - |
| XYZ | 35.53 | 27.28 | 17.58 | - |
| YUV | 143.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 108 | 0 | 0.45 | 0.49 | 0.18 | 4.71 | 0.53 | 0.62 |
| Hex | D2 | 74 | 6C | 0 | 2D | 31 | 12 | 5 | 35 | 3E |
| Octal | 322 | 164 | 154 | 0 | 55 | 61 | 22 | 5 | 65 | 76 |
| Binary | 11010010 | 1110100 | 1101100 | 0 | 101101 | 110001 | 10010 | 101 | 110101 | 111110 |
Color Harmonies of #D2746C
Complementary color
Monochromatic Colors of #D2746C
Black with #D2746C
Text Example
Text Example
White with #D2746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2746C; }
p { color: rgb(210,116,108); }
H1.HeaderClassName
{
color: #D2746C;
}
.AnyTagClassName
{
color: #D2746C;
}
</style>
background-color css
<style>
a { background-color: #D2746C; }
a { background-color: rgb(210,116,108); }
div.DivClassName
{
background-color: #D2746C;
}
.BgClassName
{
background-color: #D2746C;
}
</style>
border-color css
<style>
span { border-color: #D2746C; }
span { border-color: rgb(210,116,108); }
td.TdClassName
{
border-color: #D2746C;
}
.TagClassName
{
border-color: #D2746C;
}
</style>