Shades of Puce #D07C9B
Tints of Puce #D07C9B
RGB
CMYK
RGB Variations
Color information
#D07C9B (or 0xD07C9B) is known color: Puce. HEX triplet: D0, 7C and 9B. RGB value is (208,124,155). Sum of RGB (Red+Green+Blue) = 208+124+155=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C9B is #2F8364. Grayscale: #989898. Windows color (decimal): -3113829 or 10190032. OLE color: 10190032.
HSL color Cylindrical-coordinate representation of color #D07C9B: hue angle of 337.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07C9B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 155 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.18 |
| HSL | 337.86º | 0.47% | 0.65% | - |
| HSV(B) | 337.86º | 0.4% | 0.82% | - |
| XYZ | 39.14 | 30.19 | 34.78 | - |
| YUV | 152.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 155 | 0 | 0.40 | 0.25 | 0.18 | 337.86 | 0.47 | 0.65 |
| Hex | D0 | 7C | 9B | 0 | 28 | 19 | 12 | 152 | 2F | 41 |
| Octal | 320 | 174 | 233 | 0 | 50 | 31 | 22 | 522 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10011011 | 0 | 101000 | 11001 | 10010 | 101010010 | 101111 | 1000001 |
Color Harmonies of #D07C9B
Complementary color
Monochromatic Colors of #D07C9B
Black with #D07C9B
Text Example
Text Example
White with #D07C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C9B; }
p { color: rgb(208,124,155); }
H1.HeaderClassName
{
color: #D07C9B;
}
.AnyTagClassName
{
color: #D07C9B;
}
</style>
background-color css
<style>
a { background-color: #D07C9B; }
a { background-color: rgb(208,124,155); }
div.DivClassName
{
background-color: #D07C9B;
}
.BgClassName
{
background-color: #D07C9B;
}
</style>
border-color css
<style>
span { border-color: #D07C9B; }
span { border-color: rgb(208,124,155); }
td.TdClassName
{
border-color: #D07C9B;
}
.TagClassName
{
border-color: #D07C9B;
}
</style>