Shades of Puce #C9819F
Tints of Puce #C9819F
RGB
CMYK
RGB Variations
Color information
#C9819F (or 0xC9819F) is known color: Puce. HEX triplet: C9, 81 and 9F. RGB value is (201,129,159). Sum of RGB (Red+Green+Blue) = 201+129+159=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9819F is #367E60. Grayscale: #999999. Windows color (decimal): -3571297 or 10453449. OLE color: 10453449.
HSL color Cylindrical-coordinate representation of color #C9819F: hue angle of 335º 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 #C9819F is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 159 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.21 |
| HSL | 335º | 0.4% | 0.65% | - |
| HSV(B) | 335º | 0.36% | 0.79% | - |
| XYZ | 38.2 | 30.62 | 36.7 | - |
| YUV | 153.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 159 | 0 | 0.36 | 0.21 | 0.21 | 335 | 0.4 | 0.65 |
| Hex | C9 | 81 | 9F | 0 | 24 | 15 | 15 | 14F | 28 | 41 |
| Octal | 311 | 201 | 237 | 0 | 44 | 25 | 25 | 517 | 50 | 101 |
| Binary | 11001001 | 10000001 | 10011111 | 0 | 100100 | 10101 | 10101 | 101001111 | 101000 | 1000001 |
Color Harmonies of #C9819F
Complementary color
Monochromatic Colors of #C9819F
Black with #C9819F
Text Example
Text Example
White with #C9819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9819F; }
p { color: rgb(201,129,159); }
H1.HeaderClassName
{
color: #C9819F;
}
.AnyTagClassName
{
color: #C9819F;
}
</style>
background-color css
<style>
a { background-color: #C9819F; }
a { background-color: rgb(201,129,159); }
div.DivClassName
{
background-color: #C9819F;
}
.BgClassName
{
background-color: #C9819F;
}
</style>
border-color css
<style>
span { border-color: #C9819F; }
span { border-color: rgb(201,129,159); }
td.TdClassName
{
border-color: #C9819F;
}
.TagClassName
{
border-color: #C9819F;
}
</style>