Shades of Contessa #D17068
Tints of Contessa #D17068
RGB
CMYK
RGB Variations
Color information
#D17068 (or 0xD17068) is known color: Contessa. HEX triplet: D1, 70 and 68. RGB value is (209,112,104). Sum of RGB (Red+Green+Blue) = 209+112+104=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D17068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17068 is #2E8F97. Grayscale: #8C8C8C. Windows color (decimal): -3051416 or 6844625. OLE color: 6844625.
HSL color Cylindrical-coordinate representation of color #D17068: hue angle of 4.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D17068 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 104 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.18 |
| HSL | 4.57º | 0.53% | 0.61% | - |
| HSV(B) | 4.57º | 0.5% | 0.82% | - |
| XYZ | 34.59 | 26.14 | 16.32 | - |
| YUV | 140.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 104 | 0 | 0.46 | 0.50 | 0.18 | 4.57 | 0.53 | 0.61 |
| Hex | D1 | 70 | 68 | 0 | 2E | 32 | 12 | 5 | 35 | 3D |
| Octal | 321 | 160 | 150 | 0 | 56 | 62 | 22 | 5 | 65 | 75 |
| Binary | 11010001 | 1110000 | 1101000 | 0 | 101110 | 110010 | 10010 | 101 | 110101 | 111101 |
Color Harmonies of #D17068
Complementary color
Monochromatic Colors of #D17068
Black with #D17068
Text Example
Text Example
White with #D17068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17068; }
p { color: rgb(209,112,104); }
H1.HeaderClassName
{
color: #D17068;
}
.AnyTagClassName
{
color: #D17068;
}
</style>
background-color css
<style>
a { background-color: #D17068; }
a { background-color: rgb(209,112,104); }
div.DivClassName
{
background-color: #D17068;
}
.BgClassName
{
background-color: #D17068;
}
</style>
border-color css
<style>
span { border-color: #D17068; }
span { border-color: rgb(209,112,104); }
td.TdClassName
{
border-color: #D17068;
}
.TagClassName
{
border-color: #D17068;
}
</style>