Shades of Contessa #D3746F
Tints of Contessa #D3746F
RGB
CMYK
RGB Variations
Color information
#D3746F (or 0xD3746F) is known color: Contessa. HEX triplet: D3, 74 and 6F. RGB value is (211,116,111). Sum of RGB (Red+Green+Blue) = 211+116+111=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3746F is #2C8B90. Grayscale: #8F8F8F. Windows color (decimal): -2919313 or 7304403. OLE color: 7304403.
HSL color Cylindrical-coordinate representation of color #D3746F: hue angle of 3º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3746F is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 111 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.17 |
| HSL | 3º | 0.53% | 0.63% | - |
| HSV(B) | 3º | 0.47% | 0.83% | - |
| XYZ | 35.98 | 27.49 | 18.45 | - |
| YUV | 143.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 111 | 0 | 0.45 | 0.47 | 0.17 | 3 | 0.53 | 0.63 |
| Hex | D3 | 74 | 6F | 0 | 2D | 2F | 11 | 3 | 35 | 3F |
| Octal | 323 | 164 | 157 | 0 | 55 | 57 | 21 | 3 | 65 | 77 |
| Binary | 11010011 | 1110100 | 1101111 | 0 | 101101 | 101111 | 10001 | 11 | 110101 | 111111 |
Color Harmonies of #D3746F
Complementary color
Monochromatic Colors of #D3746F
Black with #D3746F
Text Example
Text Example
White with #D3746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3746F; }
p { color: rgb(211,116,111); }
H1.HeaderClassName
{
color: #D3746F;
}
.AnyTagClassName
{
color: #D3746F;
}
</style>
background-color css
<style>
a { background-color: #D3746F; }
a { background-color: rgb(211,116,111); }
div.DivClassName
{
background-color: #D3746F;
}
.BgClassName
{
background-color: #D3746F;
}
</style>
border-color css
<style>
span { border-color: #D3746F; }
span { border-color: rgb(211,116,111); }
td.TdClassName
{
border-color: #D3746F;
}
.TagClassName
{
border-color: #D3746F;
}
</style>