Shades of Contessa #D27370
Tints of Contessa #D27370
RGB
CMYK
RGB Variations
Color information
#D27370 (or 0xD27370) is known color: Contessa. HEX triplet: D2, 73 and 70. RGB value is (210,115,112). Sum of RGB (Red+Green+Blue) = 210+115+112=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D27370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27370 is #2D8C8F. Grayscale: #8F8F8F. Windows color (decimal): -2985104 or 7369682. OLE color: 7369682.
HSL color Cylindrical-coordinate representation of color #D27370: hue angle of 1.84º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27370 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 112 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.18 |
| HSL | 1.84º | 0.52% | 0.63% | - |
| HSV(B) | 1.84º | 0.47% | 0.82% | - |
| XYZ | 35.63 | 27.13 | 18.69 | - |
| YUV | 143.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 112 | 0 | 0.45 | 0.47 | 0.18 | 1.84 | 0.52 | 0.63 |
| Hex | D2 | 73 | 70 | 0 | 2D | 2F | 12 | 2 | 34 | 3F |
| Octal | 322 | 163 | 160 | 0 | 55 | 57 | 22 | 2 | 64 | 77 |
| Binary | 11010010 | 1110011 | 1110000 | 0 | 101101 | 101111 | 10010 | 10 | 110100 | 111111 |
Color Harmonies of #D27370
Complementary color
Monochromatic Colors of #D27370
Black with #D27370
Text Example
Text Example
White with #D27370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27370; }
p { color: rgb(210,115,112); }
H1.HeaderClassName
{
color: #D27370;
}
.AnyTagClassName
{
color: #D27370;
}
</style>
background-color css
<style>
a { background-color: #D27370; }
a { background-color: rgb(210,115,112); }
div.DivClassName
{
background-color: #D27370;
}
.BgClassName
{
background-color: #D27370;
}
</style>
border-color css
<style>
span { border-color: #D27370; }
span { border-color: rgb(210,115,112); }
td.TdClassName
{
border-color: #D27370;
}
.TagClassName
{
border-color: #D27370;
}
</style>