Shades of Contessa #D27069
Tints of Contessa #D27069
RGB
CMYK
RGB Variations
Color information
#D27069 (or 0xD27069) is known color: Contessa. HEX triplet: D2, 70 and 69. RGB value is (210,112,105). Sum of RGB (Red+Green+Blue) = 210+112+105=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D27069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27069 is #2D8F96. Grayscale: #8C8C8C. Windows color (decimal): -2985879 or 6910162. OLE color: 6910162.
HSL color Cylindrical-coordinate representation of color #D27069: hue angle of 4º 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 #D27069 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 105 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.18 |
| HSL | 4º | 0.54% | 0.62% | - |
| HSV(B) | 4º | 0.5% | 0.82% | - |
| XYZ | 34.92 | 26.31 | 16.6 | - |
| YUV | 140.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 105 | 0 | 0.47 | 0.50 | 0.18 | 4 | 0.54 | 0.62 |
| Hex | D2 | 70 | 69 | 0 | 2F | 32 | 12 | 4 | 36 | 3E |
| Octal | 322 | 160 | 151 | 0 | 57 | 62 | 22 | 4 | 66 | 76 |
| Binary | 11010010 | 1110000 | 1101001 | 0 | 101111 | 110010 | 10010 | 100 | 110110 | 111110 |
Color Harmonies of #D27069
Complementary color
Monochromatic Colors of #D27069
Black with #D27069
Text Example
Text Example
White with #D27069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27069; }
p { color: rgb(210,112,105); }
H1.HeaderClassName
{
color: #D27069;
}
.AnyTagClassName
{
color: #D27069;
}
</style>
background-color css
<style>
a { background-color: #D27069; }
a { background-color: rgb(210,112,105); }
div.DivClassName
{
background-color: #D27069;
}
.BgClassName
{
background-color: #D27069;
}
</style>
border-color css
<style>
span { border-color: #D27069; }
span { border-color: rgb(210,112,105); }
td.TdClassName
{
border-color: #D27069;
}
.TagClassName
{
border-color: #D27069;
}
</style>