Shades of Puce #C9898C
Tints of Puce #C9898C
RGB
CMYK
RGB Variations
Color information
#C9898C (or 0xC9898C) is known color: Puce. HEX triplet: C9, 89 and 8C. RGB value is (201,137,140). Sum of RGB (Red+Green+Blue) = 201+137+140=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9898C is #367673. Grayscale: #9C9C9C. Windows color (decimal): -3569268 or 9210313. OLE color: 9210313.
HSL color Cylindrical-coordinate representation of color #C9898C: hue angle of 357.19º degrees, saturation: 0.37, 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 #C9898C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 140 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.21 |
| HSL | 357.19º | 0.37% | 0.66% | - |
| HSV(B) | 357.19º | 0.32% | 0.79% | - |
| XYZ | 37.77 | 32.2 | 29.04 | - |
| YUV | 156.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 140 | 0 | 0.32 | 0.30 | 0.21 | 357.19 | 0.37 | 0.66 |
| Hex | C9 | 89 | 8C | 0 | 20 | 1E | 15 | 165 | 25 | 42 |
| Octal | 311 | 211 | 214 | 0 | 40 | 36 | 25 | 545 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10001100 | 0 | 100000 | 11110 | 10101 | 101100101 | 100101 | 1000010 |
Color Harmonies of #C9898C
Complementary color
Monochromatic Colors of #C9898C
Black with #C9898C
Text Example
Text Example
White with #C9898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9898C; }
p { color: rgb(201,137,140); }
H1.HeaderClassName
{
color: #C9898C;
}
.AnyTagClassName
{
color: #C9898C;
}
</style>
background-color css
<style>
a { background-color: #C9898C; }
a { background-color: rgb(201,137,140); }
div.DivClassName
{
background-color: #C9898C;
}
.BgClassName
{
background-color: #C9898C;
}
</style>
border-color css
<style>
span { border-color: #C9898C; }
span { border-color: rgb(201,137,140); }
td.TdClassName
{
border-color: #C9898C;
}
.TagClassName
{
border-color: #C9898C;
}
</style>