Shades of Puce #C9849C
Tints of Puce #C9849C
RGB
CMYK
RGB Variations
Color information
#C9849C (or 0xC9849C) is known color: Puce. HEX triplet: C9, 84 and 9C. RGB value is (201,132,156). Sum of RGB (Red+Green+Blue) = 201+132+156=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9849C is #367B63. Grayscale: #9B9B9B. Windows color (decimal): -3570532 or 10257609. OLE color: 10257609.
HSL color Cylindrical-coordinate representation of color #C9849C: hue angle of 339.13º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9849C is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 156 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.21 |
| HSL | 339.13º | 0.39% | 0.65% | - |
| HSV(B) | 339.13º | 0.34% | 0.79% | - |
| XYZ | 38.34 | 31.32 | 35.48 | - |
| YUV | 155.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 156 | 0 | 0.34 | 0.22 | 0.21 | 339.13 | 0.39 | 0.65 |
| Hex | C9 | 84 | 9C | 0 | 22 | 16 | 15 | 153 | 27 | 41 |
| Octal | 311 | 204 | 234 | 0 | 42 | 26 | 25 | 523 | 47 | 101 |
| Binary | 11001001 | 10000100 | 10011100 | 0 | 100010 | 10110 | 10101 | 101010011 | 100111 | 1000001 |
Color Harmonies of #C9849C
Complementary color
Monochromatic Colors of #C9849C
Black with #C9849C
Text Example
Text Example
White with #C9849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9849C; }
p { color: rgb(201,132,156); }
H1.HeaderClassName
{
color: #C9849C;
}
.AnyTagClassName
{
color: #C9849C;
}
</style>
background-color css
<style>
a { background-color: #C9849C; }
a { background-color: rgb(201,132,156); }
div.DivClassName
{
background-color: #C9849C;
}
.BgClassName
{
background-color: #C9849C;
}
</style>
border-color css
<style>
span { border-color: #C9849C; }
span { border-color: rgb(201,132,156); }
td.TdClassName
{
border-color: #C9849C;
}
.TagClassName
{
border-color: #C9849C;
}
</style>