Shades of Contessa #D2736C
Tints of Contessa #D2736C
RGB
CMYK
RGB Variations
Color information
#D2736C (or 0xD2736C) is known color: Contessa. HEX triplet: D2, 73 and 6C. RGB value is (210,115,108). Sum of RGB (Red+Green+Blue) = 210+115+108=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2736C is #2D8C93. Grayscale: #8E8E8E. Windows color (decimal): -2985108 or 7107538. OLE color: 7107538.
HSL color Cylindrical-coordinate representation of color #D2736C: hue angle of 4.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2736C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 108 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.18 |
| HSL | 4.12º | 0.53% | 0.62% | - |
| HSV(B) | 4.12º | 0.49% | 0.82% | - |
| XYZ | 35.42 | 27.05 | 17.54 | - |
| YUV | 142.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 108 | 0 | 0.45 | 0.49 | 0.18 | 4.12 | 0.53 | 0.62 |
| Hex | D2 | 73 | 6C | 0 | 2D | 31 | 12 | 4 | 35 | 3E |
| Octal | 322 | 163 | 154 | 0 | 55 | 61 | 22 | 4 | 65 | 76 |
| Binary | 11010010 | 1110011 | 1101100 | 0 | 101101 | 110001 | 10010 | 100 | 110101 | 111110 |
Color Harmonies of #D2736C
Complementary color
Monochromatic Colors of #D2736C
Black with #D2736C
Text Example
Text Example
White with #D2736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2736C; }
p { color: rgb(210,115,108); }
H1.HeaderClassName
{
color: #D2736C;
}
.AnyTagClassName
{
color: #D2736C;
}
</style>
background-color css
<style>
a { background-color: #D2736C; }
a { background-color: rgb(210,115,108); }
div.DivClassName
{
background-color: #D2736C;
}
.BgClassName
{
background-color: #D2736C;
}
</style>
border-color css
<style>
span { border-color: #D2736C; }
span { border-color: rgb(210,115,108); }
td.TdClassName
{
border-color: #D2736C;
}
.TagClassName
{
border-color: #D2736C;
}
</style>