Shades of Puce #C9879A
Tints of Puce #C9879A
RGB
CMYK
RGB Variations
Color information
#C9879A (or 0xC9879A) is known color: Puce. HEX triplet: C9, 87 and 9A. RGB value is (201,135,154). Sum of RGB (Red+Green+Blue) = 201+135+154=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9879A is #367865. Grayscale: #9C9C9C. Windows color (decimal): -3569766 or 10127305. OLE color: 10127305.
HSL color Cylindrical-coordinate representation of color #C9879A: hue angle of 342.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9879A is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 154 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.21 |
| HSL | 342.73º | 0.38% | 0.66% | - |
| HSV(B) | 342.73º | 0.33% | 0.79% | - |
| XYZ | 38.58 | 32.08 | 34.73 | - |
| YUV | 156.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 154 | 0 | 0.33 | 0.23 | 0.21 | 342.73 | 0.38 | 0.66 |
| Hex | C9 | 87 | 9A | 0 | 21 | 17 | 15 | 157 | 26 | 42 |
| Octal | 311 | 207 | 232 | 0 | 41 | 27 | 25 | 527 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10011010 | 0 | 100001 | 10111 | 10101 | 101010111 | 100110 | 1000010 |
Color Harmonies of #C9879A
Complementary color
Monochromatic Colors of #C9879A
Black with #C9879A
Text Example
Text Example
White with #C9879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9879A; }
p { color: rgb(201,135,154); }
H1.HeaderClassName
{
color: #C9879A;
}
.AnyTagClassName
{
color: #C9879A;
}
</style>
background-color css
<style>
a { background-color: #C9879A; }
a { background-color: rgb(201,135,154); }
div.DivClassName
{
background-color: #C9879A;
}
.BgClassName
{
background-color: #C9879A;
}
</style>
border-color css
<style>
span { border-color: #C9879A; }
span { border-color: rgb(201,135,154); }
td.TdClassName
{
border-color: #C9879A;
}
.TagClassName
{
border-color: #C9879A;
}
</style>