Shades of Puce #C9808E
Tints of Puce #C9808E
RGB
CMYK
RGB Variations
Color information
#C9808E (or 0xC9808E) is known color: Puce. HEX triplet: C9, 80 and 8E. RGB value is (201,128,142). Sum of RGB (Red+Green+Blue) = 201+128+142=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9808E is #367F71. Grayscale: #979797. Windows color (decimal): -3571570 or 9339081. OLE color: 9339081.
HSL color Cylindrical-coordinate representation of color #C9808E: hue angle of 348.49º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9808E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 142 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.21 |
| HSL | 348.49º | 0.4% | 0.65% | - |
| HSV(B) | 348.49º | 0.36% | 0.79% | - |
| XYZ | 36.69 | 29.81 | 29.41 | - |
| YUV | 151.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 142 | 0 | 0.36 | 0.29 | 0.21 | 348.49 | 0.4 | 0.65 |
| Hex | C9 | 80 | 8E | 0 | 24 | 1D | 15 | 15C | 28 | 41 |
| Octal | 311 | 200 | 216 | 0 | 44 | 35 | 25 | 534 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10001110 | 0 | 100100 | 11101 | 10101 | 101011100 | 101000 | 1000001 |
Color Harmonies of #C9808E
Complementary color
Monochromatic Colors of #C9808E
Black with #C9808E
Text Example
Text Example
White with #C9808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9808E; }
p { color: rgb(201,128,142); }
H1.HeaderClassName
{
color: #C9808E;
}
.AnyTagClassName
{
color: #C9808E;
}
</style>
background-color css
<style>
a { background-color: #C9808E; }
a { background-color: rgb(201,128,142); }
div.DivClassName
{
background-color: #C9808E;
}
.BgClassName
{
background-color: #C9808E;
}
</style>
border-color css
<style>
span { border-color: #C9808E; }
span { border-color: rgb(201,128,142); }
td.TdClassName
{
border-color: #C9808E;
}
.TagClassName
{
border-color: #C9808E;
}
</style>