Shades of Puce #D0868D
Tints of Puce #D0868D
RGB
CMYK
RGB Variations
Color information
#D0868D (or 0xD0868D) is known color: Puce. HEX triplet: D0, 86 and 8D. RGB value is (208,134,141). Sum of RGB (Red+Green+Blue) = 208+134+141=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0868D is #2F7972. Grayscale: #9C9C9C. Windows color (decimal): -3111283 or 9275088. OLE color: 9275088.
HSL color Cylindrical-coordinate representation of color #D0868D: hue angle of 354.32º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0868D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 141 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.18 |
| HSL | 354.32º | 0.44% | 0.67% | - |
| HSV(B) | 354.32º | 0.36% | 0.82% | - |
| XYZ | 39.35 | 32.38 | 29.38 | - |
| YUV | 156.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 141 | 0 | 0.36 | 0.32 | 0.18 | 354.32 | 0.44 | 0.67 |
| Hex | D0 | 86 | 8D | 0 | 24 | 20 | 12 | 162 | 2C | 43 |
| Octal | 320 | 206 | 215 | 0 | 44 | 40 | 22 | 542 | 54 | 103 |
| Binary | 11010000 | 10000110 | 10001101 | 0 | 100100 | 100000 | 10010 | 101100010 | 101100 | 1000011 |
Color Harmonies of #D0868D
Complementary color
Monochromatic Colors of #D0868D
Black with #D0868D
Text Example
Text Example
White with #D0868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0868D; }
p { color: rgb(208,134,141); }
H1.HeaderClassName
{
color: #D0868D;
}
.AnyTagClassName
{
color: #D0868D;
}
</style>
background-color css
<style>
a { background-color: #D0868D; }
a { background-color: rgb(208,134,141); }
div.DivClassName
{
background-color: #D0868D;
}
.BgClassName
{
background-color: #D0868D;
}
</style>
border-color css
<style>
span { border-color: #D0868D; }
span { border-color: rgb(208,134,141); }
td.TdClassName
{
border-color: #D0868D;
}
.TagClassName
{
border-color: #D0868D;
}
</style>