Shades of Puce #D48091
Tints of Puce #D48091
RGB
CMYK
RGB Variations
Color information
#D48091 (or 0xD48091) is known color: Puce. HEX triplet: D4, 80 and 91. RGB value is (212,128,145). Sum of RGB (Red+Green+Blue) = 212+128+145=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D48091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48091 is #2B7F6E. Grayscale: #9B9B9B. Windows color (decimal): -2850671 or 9535700. OLE color: 9535700.
HSL color Cylindrical-coordinate representation of color #D48091: hue angle of 347.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48091 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 145 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.17 |
| HSL | 347.86º | 0.49% | 0.67% | - |
| HSV(B) | 347.86º | 0.4% | 0.83% | - |
| XYZ | 39.98 | 31.48 | 30.76 | - |
| YUV | 155.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 145 | 0 | 0.40 | 0.32 | 0.17 | 347.86 | 0.49 | 0.67 |
| Hex | D4 | 80 | 91 | 0 | 28 | 20 | 11 | 15C | 31 | 43 |
| Octal | 324 | 200 | 221 | 0 | 50 | 40 | 21 | 534 | 61 | 103 |
| Binary | 11010100 | 10000000 | 10010001 | 0 | 101000 | 100000 | 10001 | 101011100 | 110001 | 1000011 |
Color Harmonies of #D48091
Complementary color
Monochromatic Colors of #D48091
Black with #D48091
Text Example
Text Example
White with #D48091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48091; }
p { color: rgb(212,128,145); }
H1.HeaderClassName
{
color: #D48091;
}
.AnyTagClassName
{
color: #D48091;
}
</style>
background-color css
<style>
a { background-color: #D48091; }
a { background-color: rgb(212,128,145); }
div.DivClassName
{
background-color: #D48091;
}
.BgClassName
{
background-color: #D48091;
}
</style>
border-color css
<style>
span { border-color: #D48091; }
span { border-color: rgb(212,128,145); }
td.TdClassName
{
border-color: #D48091;
}
.TagClassName
{
border-color: #D48091;
}
</style>