Shades of Contessa #D46F6B
Tints of Contessa #D46F6B
RGB
CMYK
RGB Variations
Color information
#D46F6B (or 0xD46F6B) is known color: Contessa. HEX triplet: D4, 6F and 6B. RGB value is (212,111,107). Sum of RGB (Red+Green+Blue) = 212+111+107=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F6B is #2B9094. Grayscale: #8C8C8C. Windows color (decimal): -2855061 or 7040980. OLE color: 7040980.
HSL color Cylindrical-coordinate representation of color #D46F6B: hue angle of 2.29º 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 #D46F6B is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 107 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.17 |
| HSL | 2.29º | 0.55% | 0.63% | - |
| HSV(B) | 2.29º | 0.5% | 0.83% | - |
| XYZ | 35.49 | 26.43 | 17.14 | - |
| YUV | 140.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 107 | 0 | 0.48 | 0.50 | 0.17 | 2.29 | 0.55 | 0.63 |
| Hex | D4 | 6F | 6B | 0 | 30 | 32 | 11 | 2 | 37 | 3F |
| Octal | 324 | 157 | 153 | 0 | 60 | 62 | 21 | 2 | 67 | 77 |
| Binary | 11010100 | 1101111 | 1101011 | 0 | 110000 | 110010 | 10001 | 10 | 110111 | 111111 |
Color Harmonies of #D46F6B
Complementary color
Monochromatic Colors of #D46F6B
Black with #D46F6B
Text Example
Text Example
White with #D46F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F6B; }
p { color: rgb(212,111,107); }
H1.HeaderClassName
{
color: #D46F6B;
}
.AnyTagClassName
{
color: #D46F6B;
}
</style>
background-color css
<style>
a { background-color: #D46F6B; }
a { background-color: rgb(212,111,107); }
div.DivClassName
{
background-color: #D46F6B;
}
.BgClassName
{
background-color: #D46F6B;
}
</style>
border-color css
<style>
span { border-color: #D46F6B; }
span { border-color: rgb(212,111,107); }
td.TdClassName
{
border-color: #D46F6B;
}
.TagClassName
{
border-color: #D46F6B;
}
</style>