Shades of Puce #D0848B
Tints of Puce #D0848B
RGB
CMYK
RGB Variations
Color information
#D0848B (or 0xD0848B) is known color: Puce. HEX triplet: D0, 84 and 8B. RGB value is (208,132,139). Sum of RGB (Red+Green+Blue) = 208+132+139=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0848B is #2F7B74. Grayscale: #9B9B9B. Windows color (decimal): -3111797 or 9143504. OLE color: 9143504.
HSL color Cylindrical-coordinate representation of color #D0848B: hue angle of 354.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0848B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 139 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.18 |
| HSL | 354.47º | 0.45% | 0.67% | - |
| HSV(B) | 354.47º | 0.37% | 0.82% | - |
| XYZ | 38.92 | 31.78 | 28.51 | - |
| YUV | 155.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 139 | 0 | 0.37 | 0.33 | 0.18 | 354.47 | 0.45 | 0.67 |
| Hex | D0 | 84 | 8B | 0 | 25 | 21 | 12 | 162 | 2D | 43 |
| Octal | 320 | 204 | 213 | 0 | 45 | 41 | 22 | 542 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10001011 | 0 | 100101 | 100001 | 10010 | 101100010 | 101101 | 1000011 |
Color Harmonies of #D0848B
Complementary color
Monochromatic Colors of #D0848B
Black with #D0848B
Text Example
Text Example
White with #D0848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0848B; }
p { color: rgb(208,132,139); }
H1.HeaderClassName
{
color: #D0848B;
}
.AnyTagClassName
{
color: #D0848B;
}
</style>
background-color css
<style>
a { background-color: #D0848B; }
a { background-color: rgb(208,132,139); }
div.DivClassName
{
background-color: #D0848B;
}
.BgClassName
{
background-color: #D0848B;
}
</style>
border-color css
<style>
span { border-color: #D0848B; }
span { border-color: rgb(208,132,139); }
td.TdClassName
{
border-color: #D0848B;
}
.TagClassName
{
border-color: #D0848B;
}
</style>