Shades of Contessa #D5706A
Tints of Contessa #D5706A
RGB
CMYK
RGB Variations
Color information
#D5706A (or 0xD5706A) is known color: Contessa. HEX triplet: D5, 70 and 6A. RGB value is (213,112,106). Sum of RGB (Red+Green+Blue) = 213+112+106=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5706A is #2A8F95. Grayscale: #8D8D8D. Windows color (decimal): -2789270 or 6975701. OLE color: 6975701.
HSL color Cylindrical-coordinate representation of color #D5706A: hue angle of 3.36º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5706A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 106 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.16 |
| HSL | 3.36º | 0.56% | 0.63% | - |
| HSV(B) | 3.36º | 0.5% | 0.84% | - |
| XYZ | 35.84 | 26.78 | 16.92 | - |
| YUV | 141.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 106 | 0 | 0.47 | 0.50 | 0.16 | 3.36 | 0.56 | 0.63 |
| Hex | D5 | 70 | 6A | 0 | 2F | 32 | 10 | 3 | 38 | 3F |
| Octal | 325 | 160 | 152 | 0 | 57 | 62 | 20 | 3 | 70 | 77 |
| Binary | 11010101 | 1110000 | 1101010 | 0 | 101111 | 110010 | 10000 | 11 | 111000 | 111111 |
Color Harmonies of #D5706A
Complementary color
Monochromatic Colors of #D5706A
Black with #D5706A
Text Example
Text Example
White with #D5706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5706A; }
p { color: rgb(213,112,106); }
H1.HeaderClassName
{
color: #D5706A;
}
.AnyTagClassName
{
color: #D5706A;
}
</style>
background-color css
<style>
a { background-color: #D5706A; }
a { background-color: rgb(213,112,106); }
div.DivClassName
{
background-color: #D5706A;
}
.BgClassName
{
background-color: #D5706A;
}
</style>
border-color css
<style>
span { border-color: #D5706A; }
span { border-color: rgb(213,112,106); }
td.TdClassName
{
border-color: #D5706A;
}
.TagClassName
{
border-color: #D5706A;
}
</style>