Shades of Puce #D68092
Tints of Puce #D68092
RGB
CMYK
RGB Variations
Color information
#D68092 (or 0xD68092) is known color: Puce. HEX triplet: D6, 80 and 92. RGB value is (214,128,146). Sum of RGB (Red+Green+Blue) = 214+128+146=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D68092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68092 is #297F6D. Grayscale: #9B9B9B. Windows color (decimal): -2719598 or 9601238. OLE color: 9601238.
HSL color Cylindrical-coordinate representation of color #D68092: hue angle of 347.44º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68092 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 146 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.16 |
| HSL | 347.44º | 0.51% | 0.67% | - |
| HSV(B) | 347.44º | 0.4% | 0.84% | - |
| XYZ | 40.64 | 31.81 | 31.19 | - |
| YUV | 155.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 146 | 0 | 0.40 | 0.32 | 0.16 | 347.44 | 0.51 | 0.67 |
| Hex | D6 | 80 | 92 | 0 | 28 | 20 | 10 | 15B | 33 | 43 |
| Octal | 326 | 200 | 222 | 0 | 50 | 40 | 20 | 533 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10010010 | 0 | 101000 | 100000 | 10000 | 101011011 | 110011 | 1000011 |
Color Harmonies of #D68092
Complementary color
Monochromatic Colors of #D68092
Black with #D68092
Text Example
Text Example
White with #D68092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68092; }
p { color: rgb(214,128,146); }
H1.HeaderClassName
{
color: #D68092;
}
.AnyTagClassName
{
color: #D68092;
}
</style>
background-color css
<style>
a { background-color: #D68092; }
a { background-color: rgb(214,128,146); }
div.DivClassName
{
background-color: #D68092;
}
.BgClassName
{
background-color: #D68092;
}
</style>
border-color css
<style>
span { border-color: #D68092; }
span { border-color: rgb(214,128,146); }
td.TdClassName
{
border-color: #D68092;
}
.TagClassName
{
border-color: #D68092;
}
</style>