Shades of Puce #C9869C
Tints of Puce #C9869C
RGB
CMYK
RGB Variations
Color information
#C9869C (or 0xC9869C) is known color: Puce. HEX triplet: C9, 86 and 9C. RGB value is (201,134,156). Sum of RGB (Red+Green+Blue) = 201+134+156=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9869C is #367963. Grayscale: #9C9C9C. Windows color (decimal): -3570020 or 10258121. OLE color: 10258121.
HSL color Cylindrical-coordinate representation of color #C9869C: hue angle of 340.3º 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 #C9869C is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 156 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.21 |
| HSL | 340.3º | 0.38% | 0.66% | - |
| HSV(B) | 340.3º | 0.33% | 0.79% | - |
| XYZ | 38.61 | 31.87 | 35.57 | - |
| YUV | 156.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 156 | 0 | 0.33 | 0.22 | 0.21 | 340.3 | 0.38 | 0.66 |
| Hex | C9 | 86 | 9C | 0 | 21 | 16 | 15 | 154 | 26 | 42 |
| Octal | 311 | 206 | 234 | 0 | 41 | 26 | 25 | 524 | 46 | 102 |
| Binary | 11001001 | 10000110 | 10011100 | 0 | 100001 | 10110 | 10101 | 101010100 | 100110 | 1000010 |
Color Harmonies of #C9869C
Complementary color
Monochromatic Colors of #C9869C
Black with #C9869C
Text Example
Text Example
White with #C9869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9869C; }
p { color: rgb(201,134,156); }
H1.HeaderClassName
{
color: #C9869C;
}
.AnyTagClassName
{
color: #C9869C;
}
</style>
background-color css
<style>
a { background-color: #C9869C; }
a { background-color: rgb(201,134,156); }
div.DivClassName
{
background-color: #C9869C;
}
.BgClassName
{
background-color: #C9869C;
}
</style>
border-color css
<style>
span { border-color: #C9869C; }
span { border-color: rgb(201,134,156); }
td.TdClassName
{
border-color: #C9869C;
}
.TagClassName
{
border-color: #C9869C;
}
</style>