Shades of Contessa #D37370
Tints of Contessa #D37370
RGB
CMYK
RGB Variations
Color information
#D37370 (or 0xD37370) is known color: Contessa. HEX triplet: D3, 73 and 70. RGB value is (211,115,112). Sum of RGB (Red+Green+Blue) = 211+115+112=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D37370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37370 is #2C8C8F. Grayscale: #8F8F8F. Windows color (decimal): -2919568 or 7369683. OLE color: 7369683.
HSL color Cylindrical-coordinate representation of color #D37370: hue angle of 1.82º 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 #D37370 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 112 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.17 |
| HSL | 1.82º | 0.53% | 0.63% | - |
| HSV(B) | 1.82º | 0.47% | 0.83% | - |
| XYZ | 35.92 | 27.28 | 18.7 | - |
| YUV | 143.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 112 | 0 | 0.45 | 0.47 | 0.17 | 1.82 | 0.53 | 0.63 |
| Hex | D3 | 73 | 70 | 0 | 2D | 2F | 11 | 2 | 35 | 3F |
| Octal | 323 | 163 | 160 | 0 | 55 | 57 | 21 | 2 | 65 | 77 |
| Binary | 11010011 | 1110011 | 1110000 | 0 | 101101 | 101111 | 10001 | 10 | 110101 | 111111 |
Color Harmonies of #D37370
Complementary color
Monochromatic Colors of #D37370
Black with #D37370
Text Example
Text Example
White with #D37370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37370; }
p { color: rgb(211,115,112); }
H1.HeaderClassName
{
color: #D37370;
}
.AnyTagClassName
{
color: #D37370;
}
</style>
background-color css
<style>
a { background-color: #D37370; }
a { background-color: rgb(211,115,112); }
div.DivClassName
{
background-color: #D37370;
}
.BgClassName
{
background-color: #D37370;
}
</style>
border-color css
<style>
span { border-color: #D37370; }
span { border-color: rgb(211,115,112); }
td.TdClassName
{
border-color: #D37370;
}
.TagClassName
{
border-color: #D37370;
}
</style>