Shades of Puce #C9869B
Tints of Puce #C9869B
RGB
CMYK
RGB Variations
Color information
#C9869B (or 0xC9869B) is known color: Puce. HEX triplet: C9, 86 and 9B. RGB value is (201,134,155). Sum of RGB (Red+Green+Blue) = 201+134+155=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9869B is #367964. Grayscale: #9C9C9C. Windows color (decimal): -3570021 or 10192585. OLE color: 10192585.
HSL color Cylindrical-coordinate representation of color #C9869B: hue angle of 341.19º 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 #C9869B is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 155 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.21 |
| HSL | 341.19º | 0.38% | 0.66% | - |
| HSV(B) | 341.19º | 0.33% | 0.79% | - |
| XYZ | 38.53 | 31.83 | 35.12 | - |
| YUV | 156.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 155 | 0 | 0.33 | 0.23 | 0.21 | 341.19 | 0.38 | 0.66 |
| Hex | C9 | 86 | 9B | 0 | 21 | 17 | 15 | 155 | 26 | 42 |
| Octal | 311 | 206 | 233 | 0 | 41 | 27 | 25 | 525 | 46 | 102 |
| Binary | 11001001 | 10000110 | 10011011 | 0 | 100001 | 10111 | 10101 | 101010101 | 100110 | 1000010 |
Color Harmonies of #C9869B
Complementary color
Monochromatic Colors of #C9869B
Black with #C9869B
Text Example
Text Example
White with #C9869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9869B; }
p { color: rgb(201,134,155); }
H1.HeaderClassName
{
color: #C9869B;
}
.AnyTagClassName
{
color: #C9869B;
}
</style>
background-color css
<style>
a { background-color: #C9869B; }
a { background-color: rgb(201,134,155); }
div.DivClassName
{
background-color: #C9869B;
}
.BgClassName
{
background-color: #C9869B;
}
</style>
border-color css
<style>
span { border-color: #C9869B; }
span { border-color: rgb(201,134,155); }
td.TdClassName
{
border-color: #C9869B;
}
.TagClassName
{
border-color: #C9869B;
}
</style>