Shades of Contessa #D47270
Tints of Contessa #D47270
RGB
CMYK
RGB Variations
Color information
#D47270 (or 0xD47270) is known color: Contessa. HEX triplet: D4, 72 and 70. RGB value is (212,114,112). Sum of RGB (Red+Green+Blue) = 212+114+112=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D47270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47270 is #2B8D8F. Grayscale: #8F8F8F. Windows color (decimal): -2854288 or 7369428. OLE color: 7369428.
HSL color Cylindrical-coordinate representation of color #D47270: hue angle of 1.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47270 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 112 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.17 |
| HSL | 1.2º | 0.54% | 0.64% | - |
| HSV(B) | 1.2º | 0.47% | 0.83% | - |
| XYZ | 36.09 | 27.2 | 18.68 | - |
| YUV | 143.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 112 | 0 | 0.46 | 0.47 | 0.17 | 1.2 | 0.54 | 0.64 |
| Hex | D4 | 72 | 70 | 0 | 2E | 2F | 11 | 1 | 36 | 40 |
| Octal | 324 | 162 | 160 | 0 | 56 | 57 | 21 | 1 | 66 | 100 |
| Binary | 11010100 | 1110010 | 1110000 | 0 | 101110 | 101111 | 10001 | 1 | 110110 | 1000000 |
Color Harmonies of #D47270
Complementary color
Monochromatic Colors of #D47270
Black with #D47270
Text Example
Text Example
White with #D47270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47270; }
p { color: rgb(212,114,112); }
H1.HeaderClassName
{
color: #D47270;
}
.AnyTagClassName
{
color: #D47270;
}
</style>
background-color css
<style>
a { background-color: #D47270; }
a { background-color: rgb(212,114,112); }
div.DivClassName
{
background-color: #D47270;
}
.BgClassName
{
background-color: #D47270;
}
</style>
border-color css
<style>
span { border-color: #D47270; }
span { border-color: rgb(212,114,112); }
td.TdClassName
{
border-color: #D47270;
}
.TagClassName
{
border-color: #D47270;
}
</style>