Shades of Puce #C9828B
Tints of Puce #C9828B
RGB
CMYK
RGB Variations
Color information
#C9828B (or 0xC9828B) is known color: Puce. HEX triplet: C9, 82 and 8B. RGB value is (201,130,139). Sum of RGB (Red+Green+Blue) = 201+130+139=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9828B is #367D74. Grayscale: #989898. Windows color (decimal): -3571061 or 9142985. OLE color: 9142985.
HSL color Cylindrical-coordinate representation of color #C9828B: hue angle of 352.39º 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 #C9828B is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 139 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.21 |
| HSL | 352.39º | 0.4% | 0.65% | - |
| HSV(B) | 352.39º | 0.35% | 0.79% | - |
| XYZ | 36.73 | 30.25 | 28.33 | - |
| YUV | 152.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 139 | 0 | 0.35 | 0.31 | 0.21 | 352.39 | 0.4 | 0.65 |
| Hex | C9 | 82 | 8B | 0 | 23 | 1F | 15 | 160 | 28 | 41 |
| Octal | 311 | 202 | 213 | 0 | 43 | 37 | 25 | 540 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10001011 | 0 | 100011 | 11111 | 10101 | 101100000 | 101000 | 1000001 |
Color Harmonies of #C9828B
Complementary color
Monochromatic Colors of #C9828B
Black with #C9828B
Text Example
Text Example
White with #C9828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9828B; }
p { color: rgb(201,130,139); }
H1.HeaderClassName
{
color: #C9828B;
}
.AnyTagClassName
{
color: #C9828B;
}
</style>
background-color css
<style>
a { background-color: #C9828B; }
a { background-color: rgb(201,130,139); }
div.DivClassName
{
background-color: #C9828B;
}
.BgClassName
{
background-color: #C9828B;
}
</style>
border-color css
<style>
span { border-color: #C9828B; }
span { border-color: rgb(201,130,139); }
td.TdClassName
{
border-color: #C9828B;
}
.TagClassName
{
border-color: #C9828B;
}
</style>