Shades of Contessa #D46E6B
Tints of Contessa #D46E6B
RGB
CMYK
RGB Variations
Color information
#D46E6B (or 0xD46E6B) is known color: Contessa. HEX triplet: D4, 6E and 6B. RGB value is (212,110,107). Sum of RGB (Red+Green+Blue) = 212+110+107=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46E6B is #2B9194. Grayscale: #8C8C8C. Windows color (decimal): -2855317 or 7040724. OLE color: 7040724.
HSL color Cylindrical-coordinate representation of color #D46E6B: hue angle of 1.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46E6B is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 110 | 107 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.17 |
| HSL | 1.71º | 0.55% | 0.63% | - |
| HSV(B) | 1.71º | 0.5% | 0.83% | - |
| XYZ | 35.38 | 26.21 | 17.1 | - |
| YUV | 140.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 107 | 0 | 0.48 | 0.50 | 0.17 | 1.71 | 0.55 | 0.63 |
| Hex | D4 | 6E | 6B | 0 | 30 | 32 | 11 | 2 | 37 | 3F |
| Octal | 324 | 156 | 153 | 0 | 60 | 62 | 21 | 2 | 67 | 77 |
| Binary | 11010100 | 1101110 | 1101011 | 0 | 110000 | 110010 | 10001 | 10 | 110111 | 111111 |
Color Harmonies of #D46E6B
Complementary color
Monochromatic Colors of #D46E6B
Black with #D46E6B
Text Example
Text Example
White with #D46E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46E6B; }
p { color: rgb(212,110,107); }
H1.HeaderClassName
{
color: #D46E6B;
}
.AnyTagClassName
{
color: #D46E6B;
}
</style>
background-color css
<style>
a { background-color: #D46E6B; }
a { background-color: rgb(212,110,107); }
div.DivClassName
{
background-color: #D46E6B;
}
.BgClassName
{
background-color: #D46E6B;
}
</style>
border-color css
<style>
span { border-color: #D46E6B; }
span { border-color: rgb(212,110,107); }
td.TdClassName
{
border-color: #D46E6B;
}
.TagClassName
{
border-color: #D46E6B;
}
</style>