Shades of Puce #C9898B
Tints of Puce #C9898B
RGB
CMYK
RGB Variations
Color information
#C9898B (or 0xC9898B) is known color: Puce. HEX triplet: C9, 89 and 8B. RGB value is (201,137,139). Sum of RGB (Red+Green+Blue) = 201+137+139=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9898B is #367674. Grayscale: #9C9C9C. Windows color (decimal): -3569269 or 9144777. OLE color: 9144777.
HSL color Cylindrical-coordinate representation of color #C9898B: hue angle of 358.12º 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 #C9898B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 139 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.21 |
| HSL | 358.13º | 0.37% | 0.66% | - |
| HSV(B) | 358.13º | 0.32% | 0.79% | - |
| XYZ | 37.69 | 32.17 | 28.65 | - |
| YUV | 156.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 139 | 0 | 0.32 | 0.31 | 0.21 | 358.13 | 0.37 | 0.66 |
| Hex | C9 | 89 | 8B | 0 | 20 | 1F | 15 | 166 | 25 | 42 |
| Octal | 311 | 211 | 213 | 0 | 40 | 37 | 25 | 546 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10001011 | 0 | 100000 | 11111 | 10101 | 101100110 | 100101 | 1000010 |
Color Harmonies of #C9898B
Complementary color
Monochromatic Colors of #C9898B
Black with #C9898B
Text Example
Text Example
White with #C9898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9898B; }
p { color: rgb(201,137,139); }
H1.HeaderClassName
{
color: #C9898B;
}
.AnyTagClassName
{
color: #C9898B;
}
</style>
background-color css
<style>
a { background-color: #C9898B; }
a { background-color: rgb(201,137,139); }
div.DivClassName
{
background-color: #C9898B;
}
.BgClassName
{
background-color: #C9898B;
}
</style>
border-color css
<style>
span { border-color: #C9898B; }
span { border-color: rgb(201,137,139); }
td.TdClassName
{
border-color: #C9898B;
}
.TagClassName
{
border-color: #C9898B;
}
</style>