Shades of Puce #D08592
Tints of Puce #D08592
RGB
CMYK
RGB Variations
Color information
#D08592 (or 0xD08592) is known color: Puce. HEX triplet: D0, 85 and 92. RGB value is (208,133,146). Sum of RGB (Red+Green+Blue) = 208+133+146=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D08592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08592 is #2F7A6D. Grayscale: #9C9C9C. Windows color (decimal): -3111534 or 9602512. OLE color: 9602512.
HSL color Cylindrical-coordinate representation of color #D08592: hue angle of 349.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D08592 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 146 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.18 |
| HSL | 349.6º | 0.44% | 0.67% | - |
| HSV(B) | 349.6º | 0.36% | 0.82% | - |
| XYZ | 39.59 | 32.26 | 31.33 | - |
| YUV | 156.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 146 | 0 | 0.36 | 0.30 | 0.18 | 349.6 | 0.44 | 0.67 |
| Hex | D0 | 85 | 92 | 0 | 24 | 1E | 12 | 15E | 2C | 43 |
| Octal | 320 | 205 | 222 | 0 | 44 | 36 | 22 | 536 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10010010 | 0 | 100100 | 11110 | 10010 | 101011110 | 101100 | 1000011 |
Color Harmonies of #D08592
Complementary color
Monochromatic Colors of #D08592
Black with #D08592
Text Example
Text Example
White with #D08592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08592; }
p { color: rgb(208,133,146); }
H1.HeaderClassName
{
color: #D08592;
}
.AnyTagClassName
{
color: #D08592;
}
</style>
background-color css
<style>
a { background-color: #D08592; }
a { background-color: rgb(208,133,146); }
div.DivClassName
{
background-color: #D08592;
}
.BgClassName
{
background-color: #D08592;
}
</style>
border-color css
<style>
span { border-color: #D08592; }
span { border-color: rgb(208,133,146); }
td.TdClassName
{
border-color: #D08592;
}
.TagClassName
{
border-color: #D08592;
}
</style>