Shades of Contessa #D07270
Tints of Contessa #D07270
RGB
CMYK
RGB Variations
Color information
#D07270 (or 0xD07270) is known color: Contessa. HEX triplet: D0, 72 and 70. RGB value is (208,114,112). Sum of RGB (Red+Green+Blue) = 208+114+112=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D07270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07270 is #2F8D8F. Grayscale: #8D8D8D. Windows color (decimal): -3116432 or 7369424. OLE color: 7369424.
HSL color Cylindrical-coordinate representation of color #D07270: hue angle of 1.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07270 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 112 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.18 |
| HSL | 1.25º | 0.51% | 0.63% | - |
| HSV(B) | 1.25º | 0.46% | 0.82% | - |
| XYZ | 34.95 | 26.61 | 18.62 | - |
| YUV | 141.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 112 | 0 | 0.45 | 0.46 | 0.18 | 1.25 | 0.51 | 0.63 |
| Hex | D0 | 72 | 70 | 0 | 2D | 2E | 12 | 1 | 33 | 3F |
| Octal | 320 | 162 | 160 | 0 | 55 | 56 | 22 | 1 | 63 | 77 |
| Binary | 11010000 | 1110010 | 1110000 | 0 | 101101 | 101110 | 10010 | 1 | 110011 | 111111 |
Color Harmonies of #D07270
Complementary color
Monochromatic Colors of #D07270
Black with #D07270
Text Example
Text Example
White with #D07270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07270; }
p { color: rgb(208,114,112); }
H1.HeaderClassName
{
color: #D07270;
}
.AnyTagClassName
{
color: #D07270;
}
</style>
background-color css
<style>
a { background-color: #D07270; }
a { background-color: rgb(208,114,112); }
div.DivClassName
{
background-color: #D07270;
}
.BgClassName
{
background-color: #D07270;
}
</style>
border-color css
<style>
span { border-color: #D07270; }
span { border-color: rgb(208,114,112); }
td.TdClassName
{
border-color: #D07270;
}
.TagClassName
{
border-color: #D07270;
}
</style>