Shades of Puce #C9828C
Tints of Puce #C9828C
RGB
CMYK
RGB Variations
Color information
#C9828C (or 0xC9828C) is known color: Puce. HEX triplet: C9, 82 and 8C. RGB value is (201,130,140). Sum of RGB (Red+Green+Blue) = 201+130+140=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9828C is #367D73. Grayscale: #989898. Windows color (decimal): -3571060 or 9208521. OLE color: 9208521.
HSL color Cylindrical-coordinate representation of color #C9828C: hue angle of 351.55º 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 #C9828C is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 140 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.21 |
| HSL | 351.55º | 0.4% | 0.65% | - |
| HSV(B) | 351.55º | 0.35% | 0.79% | - |
| XYZ | 36.8 | 30.28 | 28.72 | - |
| YUV | 152.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 140 | 0 | 0.35 | 0.30 | 0.21 | 351.55 | 0.4 | 0.65 |
| Hex | C9 | 82 | 8C | 0 | 23 | 1E | 15 | 160 | 28 | 41 |
| Octal | 311 | 202 | 214 | 0 | 43 | 36 | 25 | 540 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10001100 | 0 | 100011 | 11110 | 10101 | 101100000 | 101000 | 1000001 |
Color Harmonies of #C9828C
Complementary color
Monochromatic Colors of #C9828C
Black with #C9828C
Text Example
Text Example
White with #C9828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9828C; }
p { color: rgb(201,130,140); }
H1.HeaderClassName
{
color: #C9828C;
}
.AnyTagClassName
{
color: #C9828C;
}
</style>
background-color css
<style>
a { background-color: #C9828C; }
a { background-color: rgb(201,130,140); }
div.DivClassName
{
background-color: #C9828C;
}
.BgClassName
{
background-color: #C9828C;
}
</style>
border-color css
<style>
span { border-color: #C9828C; }
span { border-color: rgb(201,130,140); }
td.TdClassName
{
border-color: #C9828C;
}
.TagClassName
{
border-color: #C9828C;
}
</style>