Shades of Puce #D08195
Tints of Puce #D08195
RGB
CMYK
RGB Variations
Color information
#D08195 (or 0xD08195) is known color: Puce. HEX triplet: D0, 81 and 95. RGB value is (208,129,149). Sum of RGB (Red+Green+Blue) = 208+129+149=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D08195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08195 is #2F7E6A. Grayscale: #9A9A9A. Windows color (decimal): -3112555 or 9798096. OLE color: 9798096.
HSL color Cylindrical-coordinate representation of color #D08195: hue angle of 344.81º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08195 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 149 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.18 |
| HSL | 344.81º | 0.46% | 0.66% | - |
| HSV(B) | 344.81º | 0.38% | 0.82% | - |
| XYZ | 39.29 | 31.28 | 32.4 | - |
| YUV | 154.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 149 | 0 | 0.38 | 0.28 | 0.18 | 344.81 | 0.46 | 0.66 |
| Hex | D0 | 81 | 95 | 0 | 26 | 1C | 12 | 159 | 2E | 42 |
| Octal | 320 | 201 | 225 | 0 | 46 | 34 | 22 | 531 | 56 | 102 |
| Binary | 11010000 | 10000001 | 10010101 | 0 | 100110 | 11100 | 10010 | 101011001 | 101110 | 1000010 |
Color Harmonies of #D08195
Complementary color
Monochromatic Colors of #D08195
Black with #D08195
Text Example
Text Example
White with #D08195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08195; }
p { color: rgb(208,129,149); }
H1.HeaderClassName
{
color: #D08195;
}
.AnyTagClassName
{
color: #D08195;
}
</style>
background-color css
<style>
a { background-color: #D08195; }
a { background-color: rgb(208,129,149); }
div.DivClassName
{
background-color: #D08195;
}
.BgClassName
{
background-color: #D08195;
}
</style>
border-color css
<style>
span { border-color: #D08195; }
span { border-color: rgb(208,129,149); }
td.TdClassName
{
border-color: #D08195;
}
.TagClassName
{
border-color: #D08195;
}
</style>