Shades of Contessa #D07670
Tints of Contessa #D07670
RGB
CMYK
RGB Variations
Color information
#D07670 (or 0xD07670) is known color: Contessa. HEX triplet: D0, 76 and 70. RGB value is (208,118,112). Sum of RGB (Red+Green+Blue) = 208+118+112=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07670 is #2F898F. Grayscale: #909090. Windows color (decimal): -3115408 or 7370448. OLE color: 7370448.
HSL color Cylindrical-coordinate representation of color #D07670: hue angle of 3.75º 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 #D07670 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 112 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.18 |
| HSL | 3.75º | 0.51% | 0.63% | - |
| HSV(B) | 3.75º | 0.46% | 0.82% | - |
| XYZ | 35.42 | 27.54 | 18.78 | - |
| YUV | 144.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 112 | 0 | 0.43 | 0.46 | 0.18 | 3.75 | 0.51 | 0.63 |
| Hex | D0 | 76 | 70 | 0 | 2B | 2E | 12 | 4 | 33 | 3F |
| Octal | 320 | 166 | 160 | 0 | 53 | 56 | 22 | 4 | 63 | 77 |
| Binary | 11010000 | 1110110 | 1110000 | 0 | 101011 | 101110 | 10010 | 100 | 110011 | 111111 |
Color Harmonies of #D07670
Complementary color
Monochromatic Colors of #D07670
Black with #D07670
Text Example
Text Example
White with #D07670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07670; }
p { color: rgb(208,118,112); }
H1.HeaderClassName
{
color: #D07670;
}
.AnyTagClassName
{
color: #D07670;
}
</style>
background-color css
<style>
a { background-color: #D07670; }
a { background-color: rgb(208,118,112); }
div.DivClassName
{
background-color: #D07670;
}
.BgClassName
{
background-color: #D07670;
}
</style>
border-color css
<style>
span { border-color: #D07670; }
span { border-color: rgb(208,118,112); }
td.TdClassName
{
border-color: #D07670;
}
.TagClassName
{
border-color: #D07670;
}
</style>