Shades of Puce #D0849C
Tints of Puce #D0849C
RGB
CMYK
RGB Variations
Color information
#D0849C (or 0xD0849C) is known color: Puce. HEX triplet: D0, 84 and 9C. RGB value is (208,132,156). Sum of RGB (Red+Green+Blue) = 208+132+156=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0849C is #2F7B63. Grayscale: #9D9D9D. Windows color (decimal): -3111780 or 10257616. OLE color: 10257616.
HSL color Cylindrical-coordinate representation of color #D0849C: hue angle of 341.05º 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 #D0849C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 156 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.18 |
| HSL | 341.05º | 0.45% | 0.67% | - |
| HSV(B) | 341.05º | 0.37% | 0.82% | - |
| XYZ | 40.26 | 32.31 | 35.57 | - |
| YUV | 157.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 156 | 0 | 0.37 | 0.25 | 0.18 | 341.05 | 0.45 | 0.67 |
| Hex | D0 | 84 | 9C | 0 | 25 | 19 | 12 | 155 | 2D | 43 |
| Octal | 320 | 204 | 234 | 0 | 45 | 31 | 22 | 525 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10011100 | 0 | 100101 | 11001 | 10010 | 101010101 | 101101 | 1000011 |
Color Harmonies of #D0849C
Complementary color
Monochromatic Colors of #D0849C
Black with #D0849C
Text Example
Text Example
White with #D0849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0849C; }
p { color: rgb(208,132,156); }
H1.HeaderClassName
{
color: #D0849C;
}
.AnyTagClassName
{
color: #D0849C;
}
</style>
background-color css
<style>
a { background-color: #D0849C; }
a { background-color: rgb(208,132,156); }
div.DivClassName
{
background-color: #D0849C;
}
.BgClassName
{
background-color: #D0849C;
}
</style>
border-color css
<style>
span { border-color: #D0849C; }
span { border-color: rgb(208,132,156); }
td.TdClassName
{
border-color: #D0849C;
}
.TagClassName
{
border-color: #D0849C;
}
</style>