Shades of Puce #C9868C
Tints of Puce #C9868C
RGB
CMYK
RGB Variations
Color information
#C9868C (or 0xC9868C) is known color: Puce. HEX triplet: C9, 86 and 8C. RGB value is (201,134,140). Sum of RGB (Red+Green+Blue) = 201+134+140=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9868C is #367973. Grayscale: #9A9A9A. Windows color (decimal): -3570036 or 9209545. OLE color: 9209545.
HSL color Cylindrical-coordinate representation of color #C9868C: hue angle of 354.63º 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 #C9868C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 140 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.21 |
| HSL | 354.63º | 0.38% | 0.66% | - |
| HSV(B) | 354.63º | 0.33% | 0.79% | - |
| XYZ | 37.35 | 31.36 | 28.9 | - |
| YUV | 154.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 140 | 0 | 0.33 | 0.30 | 0.21 | 354.63 | 0.38 | 0.66 |
| Hex | C9 | 86 | 8C | 0 | 21 | 1E | 15 | 163 | 26 | 42 |
| Octal | 311 | 206 | 214 | 0 | 41 | 36 | 25 | 543 | 46 | 102 |
| Binary | 11001001 | 10000110 | 10001100 | 0 | 100001 | 11110 | 10101 | 101100011 | 100110 | 1000010 |
Color Harmonies of #C9868C
Complementary color
Monochromatic Colors of #C9868C
Black with #C9868C
Text Example
Text Example
White with #C9868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9868C; }
p { color: rgb(201,134,140); }
H1.HeaderClassName
{
color: #C9868C;
}
.AnyTagClassName
{
color: #C9868C;
}
</style>
background-color css
<style>
a { background-color: #C9868C; }
a { background-color: rgb(201,134,140); }
div.DivClassName
{
background-color: #C9868C;
}
.BgClassName
{
background-color: #C9868C;
}
</style>
border-color css
<style>
span { border-color: #C9868C; }
span { border-color: rgb(201,134,140); }
td.TdClassName
{
border-color: #C9868C;
}
.TagClassName
{
border-color: #C9868C;
}
</style>