Shades of Puce #C9889B
Tints of Puce #C9889B
RGB
CMYK
RGB Variations
Color information
#C9889B (or 0xC9889B) is known color: Puce. HEX triplet: C9, 88 and 9B. RGB value is (201,136,155). Sum of RGB (Red+Green+Blue) = 201+136+155=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9889B is #367764. Grayscale: #9D9D9D. Windows color (decimal): -3569509 or 10193097. OLE color: 10193097.
HSL color Cylindrical-coordinate representation of color #C9889B: hue angle of 342.46º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9889B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 155 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.21 |
| HSL | 342.46º | 0.38% | 0.66% | - |
| HSV(B) | 342.46º | 0.32% | 0.79% | - |
| XYZ | 38.81 | 32.39 | 35.22 | - |
| YUV | 157.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 155 | 0 | 0.32 | 0.23 | 0.21 | 342.46 | 0.38 | 0.66 |
| Hex | C9 | 88 | 9B | 0 | 20 | 17 | 15 | 156 | 26 | 42 |
| Octal | 311 | 210 | 233 | 0 | 40 | 27 | 25 | 526 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10011011 | 0 | 100000 | 10111 | 10101 | 101010110 | 100110 | 1000010 |
Color Harmonies of #C9889B
Complementary color
Monochromatic Colors of #C9889B
Black with #C9889B
Text Example
Text Example
White with #C9889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9889B; }
p { color: rgb(201,136,155); }
H1.HeaderClassName
{
color: #C9889B;
}
.AnyTagClassName
{
color: #C9889B;
}
</style>
background-color css
<style>
a { background-color: #C9889B; }
a { background-color: rgb(201,136,155); }
div.DivClassName
{
background-color: #C9889B;
}
.BgClassName
{
background-color: #C9889B;
}
</style>
border-color css
<style>
span { border-color: #C9889B; }
span { border-color: rgb(201,136,155); }
td.TdClassName
{
border-color: #C9889B;
}
.TagClassName
{
border-color: #C9889B;
}
</style>