Shades of Contessa #D07166
Tints of Contessa #D07166
RGB
CMYK
RGB Variations
Color information
#D07166 (or 0xD07166) is known color: Contessa. HEX triplet: D0, 71 and 66. RGB value is (208,113,102). Sum of RGB (Red+Green+Blue) = 208+113+102=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D07166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07166 is #2F8E99. Grayscale: #8C8C8C. Windows color (decimal): -3116698 or 6713808. OLE color: 6713808.
HSL color Cylindrical-coordinate representation of color #D07166: hue angle of 6.23º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07166 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 102 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.18 |
| HSL | 6.23º | 0.53% | 0.61% | - |
| HSV(B) | 6.23º | 0.51% | 0.82% | - |
| XYZ | 34.32 | 26.18 | 15.81 | - |
| YUV | 140.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 102 | 0 | 0.46 | 0.51 | 0.18 | 6.23 | 0.53 | 0.61 |
| Hex | D0 | 71 | 66 | 0 | 2E | 33 | 12 | 6 | 35 | 3D |
| Octal | 320 | 161 | 146 | 0 | 56 | 63 | 22 | 6 | 65 | 75 |
| Binary | 11010000 | 1110001 | 1100110 | 0 | 101110 | 110011 | 10010 | 110 | 110101 | 111101 |
Color Harmonies of #D07166
Complementary color
Monochromatic Colors of #D07166
Black with #D07166
Text Example
Text Example
White with #D07166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07166; }
p { color: rgb(208,113,102); }
H1.HeaderClassName
{
color: #D07166;
}
.AnyTagClassName
{
color: #D07166;
}
</style>
background-color css
<style>
a { background-color: #D07166; }
a { background-color: rgb(208,113,102); }
div.DivClassName
{
background-color: #D07166;
}
.BgClassName
{
background-color: #D07166;
}
</style>
border-color css
<style>
span { border-color: #D07166; }
span { border-color: rgb(208,113,102); }
td.TdClassName
{
border-color: #D07166;
}
.TagClassName
{
border-color: #D07166;
}
</style>