Shades of Puce #D1858B
Tints of Puce #D1858B
RGB
CMYK
RGB Variations
Color information
#D1858B (or 0xD1858B) is known color: Puce. HEX triplet: D1, 85 and 8B. RGB value is (209,133,139). Sum of RGB (Red+Green+Blue) = 209+133+139=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1858B is #2E7A74. Grayscale: #9C9C9C. Windows color (decimal): -3046005 or 9143761. OLE color: 9143761.
HSL color Cylindrical-coordinate representation of color #D1858B: hue angle of 355.26º degrees, saturation: 0.45, 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 #D1858B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 139 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.18 |
| HSL | 355.26º | 0.45% | 0.67% | - |
| HSV(B) | 355.26º | 0.36% | 0.82% | - |
| XYZ | 39.34 | 32.19 | 28.57 | - |
| YUV | 156.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 139 | 0 | 0.36 | 0.33 | 0.18 | 355.26 | 0.45 | 0.67 |
| Hex | D1 | 85 | 8B | 0 | 24 | 21 | 12 | 163 | 2D | 43 |
| Octal | 321 | 205 | 213 | 0 | 44 | 41 | 22 | 543 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10001011 | 0 | 100100 | 100001 | 10010 | 101100011 | 101101 | 1000011 |
Color Harmonies of #D1858B
Complementary color
Monochromatic Colors of #D1858B
Black with #D1858B
Text Example
Text Example
White with #D1858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1858B; }
p { color: rgb(209,133,139); }
H1.HeaderClassName
{
color: #D1858B;
}
.AnyTagClassName
{
color: #D1858B;
}
</style>
background-color css
<style>
a { background-color: #D1858B; }
a { background-color: rgb(209,133,139); }
div.DivClassName
{
background-color: #D1858B;
}
.BgClassName
{
background-color: #D1858B;
}
</style>
border-color css
<style>
span { border-color: #D1858B; }
span { border-color: rgb(209,133,139); }
td.TdClassName
{
border-color: #D1858B;
}
.TagClassName
{
border-color: #D1858B;
}
</style>