Shades of Puce #CD899B
Tints of Puce #CD899B
RGB
CMYK
RGB Variations
Color information
#CD899B (or 0xCD899B) is known color: Puce. HEX triplet: CD, 89 and 9B. RGB value is (205,137,155). Sum of RGB (Red+Green+Blue) = 205+137+155=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD899B is #327664. Grayscale: #9F9F9F. Windows color (decimal): -3307109 or 10193357. OLE color: 10193357.
HSL color Cylindrical-coordinate representation of color #CD899B: hue angle of 344.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD899B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 155 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.20 |
| HSL | 344.12º | 0.4% | 0.67% | - |
| HSV(B) | 344.12º | 0.33% | 0.8% | - |
| XYZ | 40.04 | 33.24 | 35.32 | - |
| YUV | 159.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 155 | 0 | 0.33 | 0.24 | 0.20 | 344.12 | 0.4 | 0.67 |
| Hex | CD | 89 | 9B | 0 | 21 | 18 | 14 | 158 | 28 | 43 |
| Octal | 315 | 211 | 233 | 0 | 41 | 30 | 24 | 530 | 50 | 103 |
| Binary | 11001101 | 10001001 | 10011011 | 0 | 100001 | 11000 | 10100 | 101011000 | 101000 | 1000011 |
Color Harmonies of #CD899B
Complementary color
Monochromatic Colors of #CD899B
Black with #CD899B
Text Example
Text Example
White with #CD899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD899B; }
p { color: rgb(205,137,155); }
H1.HeaderClassName
{
color: #CD899B;
}
.AnyTagClassName
{
color: #CD899B;
}
</style>
background-color css
<style>
a { background-color: #CD899B; }
a { background-color: rgb(205,137,155); }
div.DivClassName
{
background-color: #CD899B;
}
.BgClassName
{
background-color: #CD899B;
}
</style>
border-color css
<style>
span { border-color: #CD899B; }
span { border-color: rgb(205,137,155); }
td.TdClassName
{
border-color: #CD899B;
}
.TagClassName
{
border-color: #CD899B;
}
</style>