Shades of Puce #C9828E
Tints of Puce #C9828E
RGB
CMYK
RGB Variations
Color information
#C9828E (or 0xC9828E) is known color: Puce. HEX triplet: C9, 82 and 8E. RGB value is (201,130,142). Sum of RGB (Red+Green+Blue) = 201+130+142=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9828E is #367D71. Grayscale: #989898. Windows color (decimal): -3571058 or 9339593. OLE color: 9339593.
HSL color Cylindrical-coordinate representation of color #C9828E: hue angle of 349.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9828E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 142 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.21 |
| HSL | 349.86º | 0.4% | 0.65% | - |
| HSV(B) | 349.86º | 0.35% | 0.79% | - |
| XYZ | 36.95 | 30.34 | 29.5 | - |
| YUV | 152.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 142 | 0 | 0.35 | 0.29 | 0.21 | 349.86 | 0.4 | 0.65 |
| Hex | C9 | 82 | 8E | 0 | 23 | 1D | 15 | 15E | 28 | 41 |
| Octal | 311 | 202 | 216 | 0 | 43 | 35 | 25 | 536 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10001110 | 0 | 100011 | 11101 | 10101 | 101011110 | 101000 | 1000001 |
Color Harmonies of #C9828E
Complementary color
Monochromatic Colors of #C9828E
Black with #C9828E
Text Example
Text Example
White with #C9828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9828E; }
p { color: rgb(201,130,142); }
H1.HeaderClassName
{
color: #C9828E;
}
.AnyTagClassName
{
color: #C9828E;
}
</style>
background-color css
<style>
a { background-color: #C9828E; }
a { background-color: rgb(201,130,142); }
div.DivClassName
{
background-color: #C9828E;
}
.BgClassName
{
background-color: #C9828E;
}
</style>
border-color css
<style>
span { border-color: #C9828E; }
span { border-color: rgb(201,130,142); }
td.TdClassName
{
border-color: #C9828E;
}
.TagClassName
{
border-color: #C9828E;
}
</style>