Shades of Puce #C9828F
Tints of Puce #C9828F
RGB
CMYK
RGB Variations
Color information
#C9828F (or 0xC9828F) is known color: Puce. HEX triplet: C9, 82 and 8F. RGB value is (201,130,143). Sum of RGB (Red+Green+Blue) = 201+130+143=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9828F is #367D70. Grayscale: #989898. Windows color (decimal): -3571057 or 9405129. OLE color: 9405129.
HSL color Cylindrical-coordinate representation of color #C9828F: hue angle of 349.01º 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 #C9828F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 143 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.21 |
| HSL | 349.01º | 0.4% | 0.65% | - |
| HSV(B) | 349.01º | 0.35% | 0.79% | - |
| XYZ | 37.03 | 30.37 | 29.9 | - |
| YUV | 152.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 143 | 0 | 0.35 | 0.29 | 0.21 | 349.01 | 0.4 | 0.65 |
| Hex | C9 | 82 | 8F | 0 | 23 | 1D | 15 | 15D | 28 | 41 |
| Octal | 311 | 202 | 217 | 0 | 43 | 35 | 25 | 535 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10001111 | 0 | 100011 | 11101 | 10101 | 101011101 | 101000 | 1000001 |
Color Harmonies of #C9828F
Complementary color
Monochromatic Colors of #C9828F
Black with #C9828F
Text Example
Text Example
White with #C9828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9828F; }
p { color: rgb(201,130,143); }
H1.HeaderClassName
{
color: #C9828F;
}
.AnyTagClassName
{
color: #C9828F;
}
</style>
background-color css
<style>
a { background-color: #C9828F; }
a { background-color: rgb(201,130,143); }
div.DivClassName
{
background-color: #C9828F;
}
.BgClassName
{
background-color: #C9828F;
}
</style>
border-color css
<style>
span { border-color: #C9828F; }
span { border-color: rgb(201,130,143); }
td.TdClassName
{
border-color: #C9828F;
}
.TagClassName
{
border-color: #C9828F;
}
</style>