Shades of Puce #D0848A
Tints of Puce #D0848A
RGB
CMYK
RGB Variations
Color information
#D0848A (or 0xD0848A) is known color: Puce. HEX triplet: D0, 84 and 8A. RGB value is (208,132,138). Sum of RGB (Red+Green+Blue) = 208+132+138=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0848A is #2F7B75. Grayscale: #9B9B9B. Windows color (decimal): -3111798 or 9077968. OLE color: 9077968.
HSL color Cylindrical-coordinate representation of color #D0848A: 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.37%. Process color model (Four color, CMYK) of #D0848A is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 138 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.18 |
| HSL | 355.26º | 0.45% | 0.67% | - |
| HSV(B) | 355.26º | 0.37% | 0.82% | - |
| XYZ | 38.85 | 31.75 | 28.12 | - |
| YUV | 155.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 138 | 0 | 0.37 | 0.34 | 0.18 | 355.26 | 0.45 | 0.67 |
| Hex | D0 | 84 | 8A | 0 | 25 | 22 | 12 | 163 | 2D | 43 |
| Octal | 320 | 204 | 212 | 0 | 45 | 42 | 22 | 543 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10001010 | 0 | 100101 | 100010 | 10010 | 101100011 | 101101 | 1000011 |
Color Harmonies of #D0848A
Complementary color
Monochromatic Colors of #D0848A
Black with #D0848A
Text Example
Text Example
White with #D0848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0848A; }
p { color: rgb(208,132,138); }
H1.HeaderClassName
{
color: #D0848A;
}
.AnyTagClassName
{
color: #D0848A;
}
</style>
background-color css
<style>
a { background-color: #D0848A; }
a { background-color: rgb(208,132,138); }
div.DivClassName
{
background-color: #D0848A;
}
.BgClassName
{
background-color: #D0848A;
}
</style>
border-color css
<style>
span { border-color: #D0848A; }
span { border-color: rgb(208,132,138); }
td.TdClassName
{
border-color: #D0848A;
}
.TagClassName
{
border-color: #D0848A;
}
</style>