Shades of Contessa #D46F6D
Tints of Contessa #D46F6D
RGB
CMYK
RGB Variations
Color information
#D46F6D (or 0xD46F6D) is known color: Contessa. HEX triplet: D4, 6F and 6D. RGB value is (212,111,109). Sum of RGB (Red+Green+Blue) = 212+111+109=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F6D is #2B9092. Grayscale: #8D8D8D. Windows color (decimal): -2855059 or 7172052. OLE color: 7172052.
HSL color Cylindrical-coordinate representation of color #D46F6D: hue angle of 1.17º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46F6D is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 109 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.17 |
| HSL | 1.17º | 0.54% | 0.63% | - |
| HSV(B) | 1.17º | 0.49% | 0.83% | - |
| XYZ | 35.6 | 26.47 | 17.7 | - |
| YUV | 140.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 109 | 0 | 0.48 | 0.49 | 0.17 | 1.17 | 0.54 | 0.63 |
| Hex | D4 | 6F | 6D | 0 | 30 | 31 | 11 | 1 | 36 | 3F |
| Octal | 324 | 157 | 155 | 0 | 60 | 61 | 21 | 1 | 66 | 77 |
| Binary | 11010100 | 1101111 | 1101101 | 0 | 110000 | 110001 | 10001 | 1 | 110110 | 111111 |
Color Harmonies of #D46F6D
Complementary color
Monochromatic Colors of #D46F6D
Black with #D46F6D
Text Example
Text Example
White with #D46F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F6D; }
p { color: rgb(212,111,109); }
H1.HeaderClassName
{
color: #D46F6D;
}
.AnyTagClassName
{
color: #D46F6D;
}
</style>
background-color css
<style>
a { background-color: #D46F6D; }
a { background-color: rgb(212,111,109); }
div.DivClassName
{
background-color: #D46F6D;
}
.BgClassName
{
background-color: #D46F6D;
}
</style>
border-color css
<style>
span { border-color: #D46F6D; }
span { border-color: rgb(212,111,109); }
td.TdClassName
{
border-color: #D46F6D;
}
.TagClassName
{
border-color: #D46F6D;
}
</style>