Shades of Puce #CD8D91
Tints of Puce #CD8D91
RGB
CMYK
RGB Variations
Color information
#CD8D91 (or 0xCD8D91) is known color: Puce. HEX triplet: CD, 8D and 91. RGB value is (205,141,145). Sum of RGB (Red+Green+Blue) = 205+141+145=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8D91 is #32726E. Grayscale: #A0A0A0. Windows color (decimal): -3306095 or 9539021. OLE color: 9539021.
HSL color Cylindrical-coordinate representation of color #CD8D91: hue angle of 356.25º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8D91 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 145 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.20 |
| HSL | 356.25º | 0.39% | 0.68% | - |
| HSV(B) | 356.25º | 0.31% | 0.8% | - |
| XYZ | 39.81 | 34.07 | 31.27 | - |
| YUV | 160.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 145 | 0 | 0.31 | 0.29 | 0.20 | 356.25 | 0.39 | 0.68 |
| Hex | CD | 8D | 91 | 0 | 1F | 1D | 14 | 164 | 27 | 44 |
| Octal | 315 | 215 | 221 | 0 | 37 | 35 | 24 | 544 | 47 | 104 |
| Binary | 11001101 | 10001101 | 10010001 | 0 | 11111 | 11101 | 10100 | 101100100 | 100111 | 1000100 |
Color Harmonies of #CD8D91
Complementary color
Monochromatic Colors of #CD8D91
Black with #CD8D91
Text Example
Text Example
White with #CD8D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8D91; }
p { color: rgb(205,141,145); }
H1.HeaderClassName
{
color: #CD8D91;
}
.AnyTagClassName
{
color: #CD8D91;
}
</style>
background-color css
<style>
a { background-color: #CD8D91; }
a { background-color: rgb(205,141,145); }
div.DivClassName
{
background-color: #CD8D91;
}
.BgClassName
{
background-color: #CD8D91;
}
</style>
border-color css
<style>
span { border-color: #CD8D91; }
span { border-color: rgb(205,141,145); }
td.TdClassName
{
border-color: #CD8D91;
}
.TagClassName
{
border-color: #CD8D91;
}
</style>