Shades of Puce #C9849B
Tints of Puce #C9849B
RGB
CMYK
RGB Variations
Color information
#C9849B (or 0xC9849B) is known color: Puce. HEX triplet: C9, 84 and 9B. RGB value is (201,132,155). Sum of RGB (Red+Green+Blue) = 201+132+155=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9849B is #367B64. Grayscale: #9B9B9B. Windows color (decimal): -3570533 or 10192073. OLE color: 10192073.
HSL color Cylindrical-coordinate representation of color #C9849B: hue angle of 340º 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 #C9849B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 155 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.21 |
| HSL | 340º | 0.39% | 0.65% | - |
| HSV(B) | 340º | 0.34% | 0.79% | - |
| XYZ | 38.26 | 31.29 | 35.03 | - |
| YUV | 155.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 155 | 0 | 0.34 | 0.23 | 0.21 | 340 | 0.39 | 0.65 |
| Hex | C9 | 84 | 9B | 0 | 22 | 17 | 15 | 154 | 27 | 41 |
| Octal | 311 | 204 | 233 | 0 | 42 | 27 | 25 | 524 | 47 | 101 |
| Binary | 11001001 | 10000100 | 10011011 | 0 | 100010 | 10111 | 10101 | 101010100 | 100111 | 1000001 |
Color Harmonies of #C9849B
Complementary color
Monochromatic Colors of #C9849B
Black with #C9849B
Text Example
Text Example
White with #C9849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9849B; }
p { color: rgb(201,132,155); }
H1.HeaderClassName
{
color: #C9849B;
}
.AnyTagClassName
{
color: #C9849B;
}
</style>
background-color css
<style>
a { background-color: #C9849B; }
a { background-color: rgb(201,132,155); }
div.DivClassName
{
background-color: #C9849B;
}
.BgClassName
{
background-color: #C9849B;
}
</style>
border-color css
<style>
span { border-color: #C9849B; }
span { border-color: rgb(201,132,155); }
td.TdClassName
{
border-color: #C9849B;
}
.TagClassName
{
border-color: #C9849B;
}
</style>