Shades of Contessa #D4726C
Tints of Contessa #D4726C
RGB
CMYK
RGB Variations
Color information
#D4726C (or 0xD4726C) is known color: Contessa. HEX triplet: D4, 72 and 6C. RGB value is (212,114,108). Sum of RGB (Red+Green+Blue) = 212+114+108=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4726C is #2B8D93. Grayscale: #8E8E8E. Windows color (decimal): -2854292 or 7107284. OLE color: 7107284.
HSL color Cylindrical-coordinate representation of color #D4726C: hue angle of 3.46º degrees, saturation: 0.55, 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 #D4726C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 108 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.17 |
| HSL | 3.46º | 0.55% | 0.63% | - |
| HSV(B) | 3.46º | 0.49% | 0.83% | - |
| XYZ | 35.88 | 27.11 | 17.53 | - |
| YUV | 142.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 108 | 0 | 0.46 | 0.49 | 0.17 | 3.46 | 0.55 | 0.63 |
| Hex | D4 | 72 | 6C | 0 | 2E | 31 | 11 | 3 | 37 | 3F |
| Octal | 324 | 162 | 154 | 0 | 56 | 61 | 21 | 3 | 67 | 77 |
| Binary | 11010100 | 1110010 | 1101100 | 0 | 101110 | 110001 | 10001 | 11 | 110111 | 111111 |
Color Harmonies of #D4726C
Complementary color
Monochromatic Colors of #D4726C
Black with #D4726C
Text Example
Text Example
White with #D4726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4726C; }
p { color: rgb(212,114,108); }
H1.HeaderClassName
{
color: #D4726C;
}
.AnyTagClassName
{
color: #D4726C;
}
</style>
background-color css
<style>
a { background-color: #D4726C; }
a { background-color: rgb(212,114,108); }
div.DivClassName
{
background-color: #D4726C;
}
.BgClassName
{
background-color: #D4726C;
}
</style>
border-color css
<style>
span { border-color: #D4726C; }
span { border-color: rgb(212,114,108); }
td.TdClassName
{
border-color: #D4726C;
}
.TagClassName
{
border-color: #D4726C;
}
</style>