Shades of Puce #CD8791
Tints of Puce #CD8791
RGB
CMYK
RGB Variations
Color information
#CD8791 (or 0xCD8791) is known color: Puce. HEX triplet: CD, 87 and 91. RGB value is (205,135,145). Sum of RGB (Red+Green+Blue) = 205+135+145=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8791 is #32786E. Grayscale: #9D9D9D. Windows color (decimal): -3307631 or 9537485. OLE color: 9537485.
HSL color Cylindrical-coordinate representation of color #CD8791: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD8791 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 145 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.20 |
| HSL | 351.43º | 0.41% | 0.67% | - |
| HSV(B) | 351.43º | 0.34% | 0.8% | - |
| XYZ | 38.95 | 32.35 | 30.98 | - |
| YUV | 157.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 145 | 0 | 0.34 | 0.29 | 0.20 | 351.43 | 0.41 | 0.67 |
| Hex | CD | 87 | 91 | 0 | 22 | 1D | 14 | 15F | 29 | 43 |
| Octal | 315 | 207 | 221 | 0 | 42 | 35 | 24 | 537 | 51 | 103 |
| Binary | 11001101 | 10000111 | 10010001 | 0 | 100010 | 11101 | 10100 | 101011111 | 101001 | 1000011 |
Color Harmonies of #CD8791
Complementary color
Monochromatic Colors of #CD8791
Black with #CD8791
Text Example
Text Example
White with #CD8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8791; }
p { color: rgb(205,135,145); }
H1.HeaderClassName
{
color: #CD8791;
}
.AnyTagClassName
{
color: #CD8791;
}
</style>
background-color css
<style>
a { background-color: #CD8791; }
a { background-color: rgb(205,135,145); }
div.DivClassName
{
background-color: #CD8791;
}
.BgClassName
{
background-color: #CD8791;
}
</style>
border-color css
<style>
span { border-color: #CD8791; }
span { border-color: rgb(205,135,145); }
td.TdClassName
{
border-color: #CD8791;
}
.TagClassName
{
border-color: #CD8791;
}
</style>