Shades of Contessa #D2736A
Tints of Contessa #D2736A
RGB
CMYK
RGB Variations
Color information
#D2736A (or 0xD2736A) is known color: Contessa. HEX triplet: D2, 73 and 6A. RGB value is (210,115,106). Sum of RGB (Red+Green+Blue) = 210+115+106=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2736A is #2D8C95. Grayscale: #8E8E8E. Windows color (decimal): -2985110 or 6976466. OLE color: 6976466.
HSL color Cylindrical-coordinate representation of color #D2736A: hue angle of 5.19º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2736A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 106 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.18 |
| HSL | 5.19º | 0.54% | 0.62% | - |
| HSV(B) | 5.19º | 0.5% | 0.82% | - |
| XYZ | 35.31 | 27 | 16.99 | - |
| YUV | 142.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 106 | 0 | 0.45 | 0.50 | 0.18 | 5.19 | 0.54 | 0.62 |
| Hex | D2 | 73 | 6A | 0 | 2D | 32 | 12 | 5 | 36 | 3E |
| Octal | 322 | 163 | 152 | 0 | 55 | 62 | 22 | 5 | 66 | 76 |
| Binary | 11010010 | 1110011 | 1101010 | 0 | 101101 | 110010 | 10010 | 101 | 110110 | 111110 |
Color Harmonies of #D2736A
Complementary color
Monochromatic Colors of #D2736A
Black with #D2736A
Text Example
Text Example
White with #D2736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2736A; }
p { color: rgb(210,115,106); }
H1.HeaderClassName
{
color: #D2736A;
}
.AnyTagClassName
{
color: #D2736A;
}
</style>
background-color css
<style>
a { background-color: #D2736A; }
a { background-color: rgb(210,115,106); }
div.DivClassName
{
background-color: #D2736A;
}
.BgClassName
{
background-color: #D2736A;
}
</style>
border-color css
<style>
span { border-color: #D2736A; }
span { border-color: rgb(210,115,106); }
td.TdClassName
{
border-color: #D2736A;
}
.TagClassName
{
border-color: #D2736A;
}
</style>