Shades of Puce #CD8895
Tints of Puce #CD8895
RGB
CMYK
RGB Variations
Color information
#CD8895 (or 0xCD8895) is known color: Puce. HEX triplet: CD, 88 and 95. RGB value is (205,136,149). Sum of RGB (Red+Green+Blue) = 205+136+149=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8895 is #32776A. Grayscale: #9E9E9E. Windows color (decimal): -3307371 or 9799885. OLE color: 9799885.
HSL color Cylindrical-coordinate representation of color #CD8895: hue angle of 348.7º 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 #CD8895 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 149 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.20 |
| HSL | 348.7º | 0.41% | 0.67% | - |
| HSV(B) | 348.7º | 0.34% | 0.8% | - |
| XYZ | 39.41 | 32.76 | 32.68 | - |
| YUV | 158.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 149 | 0 | 0.34 | 0.27 | 0.20 | 348.7 | 0.41 | 0.67 |
| Hex | CD | 88 | 95 | 0 | 22 | 1B | 14 | 15D | 29 | 43 |
| Octal | 315 | 210 | 225 | 0 | 42 | 33 | 24 | 535 | 51 | 103 |
| Binary | 11001101 | 10001000 | 10010101 | 0 | 100010 | 11011 | 10100 | 101011101 | 101001 | 1000011 |
Color Harmonies of #CD8895
Complementary color
Monochromatic Colors of #CD8895
Black with #CD8895
Text Example
Text Example
White with #CD8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8895; }
p { color: rgb(205,136,149); }
H1.HeaderClassName
{
color: #CD8895;
}
.AnyTagClassName
{
color: #CD8895;
}
</style>
background-color css
<style>
a { background-color: #CD8895; }
a { background-color: rgb(205,136,149); }
div.DivClassName
{
background-color: #CD8895;
}
.BgClassName
{
background-color: #CD8895;
}
</style>
border-color css
<style>
span { border-color: #CD8895; }
span { border-color: rgb(205,136,149); }
td.TdClassName
{
border-color: #CD8895;
}
.TagClassName
{
border-color: #CD8895;
}
</style>