Shades of Puce #D48092
Tints of Puce #D48092
RGB
CMYK
RGB Variations
Color information
#D48092 (or 0xD48092) is known color: Puce. HEX triplet: D4, 80 and 92. RGB value is (212,128,146). Sum of RGB (Red+Green+Blue) = 212+128+146=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D48092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48092 is #2B7F6D. Grayscale: #9B9B9B. Windows color (decimal): -2850670 or 9601236. OLE color: 9601236.
HSL color Cylindrical-coordinate representation of color #D48092: hue angle of 347.14º 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 #D48092 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 146 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.17 |
| HSL | 347.14º | 0.49% | 0.67% | - |
| HSV(B) | 347.14º | 0.4% | 0.83% | - |
| XYZ | 40.06 | 31.51 | 31.16 | - |
| YUV | 155.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 146 | 0 | 0.40 | 0.31 | 0.17 | 347.14 | 0.49 | 0.67 |
| Hex | D4 | 80 | 92 | 0 | 28 | 1F | 11 | 15B | 31 | 43 |
| Octal | 324 | 200 | 222 | 0 | 50 | 37 | 21 | 533 | 61 | 103 |
| Binary | 11010100 | 10000000 | 10010010 | 0 | 101000 | 11111 | 10001 | 101011011 | 110001 | 1000011 |
Color Harmonies of #D48092
Complementary color
Monochromatic Colors of #D48092
Black with #D48092
Text Example
Text Example
White with #D48092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48092; }
p { color: rgb(212,128,146); }
H1.HeaderClassName
{
color: #D48092;
}
.AnyTagClassName
{
color: #D48092;
}
</style>
background-color css
<style>
a { background-color: #D48092; }
a { background-color: rgb(212,128,146); }
div.DivClassName
{
background-color: #D48092;
}
.BgClassName
{
background-color: #D48092;
}
</style>
border-color css
<style>
span { border-color: #D48092; }
span { border-color: rgb(212,128,146); }
td.TdClassName
{
border-color: #D48092;
}
.TagClassName
{
border-color: #D48092;
}
</style>