Shades of Contessa #D17468
Tints of Contessa #D17468
RGB
CMYK
RGB Variations
Color information
#D17468 (or 0xD17468) is known color: Contessa. HEX triplet: D1, 74 and 68. RGB value is (209,116,104). Sum of RGB (Red+Green+Blue) = 209+116+104=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D17468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17468 is #2E8B97. Grayscale: #8E8E8E. Windows color (decimal): -3050392 or 6845649. OLE color: 6845649.
HSL color Cylindrical-coordinate representation of color #D17468: hue angle of 6.86º 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 #D17468 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 104 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.18 |
| HSL | 6.86º | 0.53% | 0.61% | - |
| HSV(B) | 6.86º | 0.5% | 0.82% | - |
| XYZ | 35.04 | 27.05 | 16.47 | - |
| YUV | 142.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 104 | 0 | 0.44 | 0.50 | 0.18 | 6.86 | 0.53 | 0.61 |
| Hex | D1 | 74 | 68 | 0 | 2C | 32 | 12 | 7 | 35 | 3D |
| Octal | 321 | 164 | 150 | 0 | 54 | 62 | 22 | 7 | 65 | 75 |
| Binary | 11010001 | 1110100 | 1101000 | 0 | 101100 | 110010 | 10010 | 111 | 110101 | 111101 |
Color Harmonies of #D17468
Complementary color
Monochromatic Colors of #D17468
Black with #D17468
Text Example
Text Example
White with #D17468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17468; }
p { color: rgb(209,116,104); }
H1.HeaderClassName
{
color: #D17468;
}
.AnyTagClassName
{
color: #D17468;
}
</style>
background-color css
<style>
a { background-color: #D17468; }
a { background-color: rgb(209,116,104); }
div.DivClassName
{
background-color: #D17468;
}
.BgClassName
{
background-color: #D17468;
}
</style>
border-color css
<style>
span { border-color: #D17468; }
span { border-color: rgb(209,116,104); }
td.TdClassName
{
border-color: #D17468;
}
.TagClassName
{
border-color: #D17468;
}
</style>