Shades of Contessa #D37069
Tints of Contessa #D37069
RGB
CMYK
RGB Variations
Color information
#D37069 (or 0xD37069) is known color: Contessa. HEX triplet: D3, 70 and 69. RGB value is (211,112,105). Sum of RGB (Red+Green+Blue) = 211+112+105=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D37069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37069 is #2C8F96. Grayscale: #8C8C8C. Windows color (decimal): -2920343 or 6910163. OLE color: 6910163.
HSL color Cylindrical-coordinate representation of color #D37069: hue angle of 3.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37069 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 105 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.17 |
| HSL | 3.96º | 0.55% | 0.62% | - |
| HSV(B) | 3.96º | 0.5% | 0.83% | - |
| XYZ | 35.21 | 26.46 | 16.62 | - |
| YUV | 140.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 105 | 0 | 0.47 | 0.50 | 0.17 | 3.96 | 0.55 | 0.62 |
| Hex | D3 | 70 | 69 | 0 | 2F | 32 | 11 | 4 | 37 | 3E |
| Octal | 323 | 160 | 151 | 0 | 57 | 62 | 21 | 4 | 67 | 76 |
| Binary | 11010011 | 1110000 | 1101001 | 0 | 101111 | 110010 | 10001 | 100 | 110111 | 111110 |
Color Harmonies of #D37069
Complementary color
Monochromatic Colors of #D37069
Black with #D37069
Text Example
Text Example
White with #D37069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37069; }
p { color: rgb(211,112,105); }
H1.HeaderClassName
{
color: #D37069;
}
.AnyTagClassName
{
color: #D37069;
}
</style>
background-color css
<style>
a { background-color: #D37069; }
a { background-color: rgb(211,112,105); }
div.DivClassName
{
background-color: #D37069;
}
.BgClassName
{
background-color: #D37069;
}
</style>
border-color css
<style>
span { border-color: #D37069; }
span { border-color: rgb(211,112,105); }
td.TdClassName
{
border-color: #D37069;
}
.TagClassName
{
border-color: #D37069;
}
</style>