Shades of Puce #D17E9C
Tints of Puce #D17E9C
RGB
CMYK
RGB Variations
Color information
#D17E9C (or 0xD17E9C) is known color: Puce. HEX triplet: D1, 7E and 9C. RGB value is (209,126,156). Sum of RGB (Red+Green+Blue) = 209+126+156=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17E9C is #2E8163. Grayscale: #9A9A9A. Windows color (decimal): -3047780 or 10256081. OLE color: 10256081.
HSL color Cylindrical-coordinate representation of color #D17E9C: hue angle of 338.31º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17E9C is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 156 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.18 |
| HSL | 338.31º | 0.47% | 0.66% | - |
| HSV(B) | 338.31º | 0.4% | 0.82% | - |
| XYZ | 39.76 | 30.88 | 35.32 | - |
| YUV | 154.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 156 | 0 | 0.40 | 0.25 | 0.18 | 338.31 | 0.47 | 0.66 |
| Hex | D1 | 7E | 9C | 0 | 28 | 19 | 12 | 152 | 2F | 42 |
| Octal | 321 | 176 | 234 | 0 | 50 | 31 | 22 | 522 | 57 | 102 |
| Binary | 11010001 | 1111110 | 10011100 | 0 | 101000 | 11001 | 10010 | 101010010 | 101111 | 1000010 |
Color Harmonies of #D17E9C
Complementary color
Monochromatic Colors of #D17E9C
Black with #D17E9C
Text Example
Text Example
White with #D17E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E9C; }
p { color: rgb(209,126,156); }
H1.HeaderClassName
{
color: #D17E9C;
}
.AnyTagClassName
{
color: #D17E9C;
}
</style>
background-color css
<style>
a { background-color: #D17E9C; }
a { background-color: rgb(209,126,156); }
div.DivClassName
{
background-color: #D17E9C;
}
.BgClassName
{
background-color: #D17E9C;
}
</style>
border-color css
<style>
span { border-color: #D17E9C; }
span { border-color: rgb(209,126,156); }
td.TdClassName
{
border-color: #D17E9C;
}
.TagClassName
{
border-color: #D17E9C;
}
</style>