Shades of Puce #C4828C
Tints of Puce #C4828C
RGB
CMYK
RGB Variations
Color information
#C4828C (or 0xC4828C) is known color: Puce. HEX triplet: C4, 82 and 8C. RGB value is (196,130,140). Sum of RGB (Red+Green+Blue) = 196+130+140=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4828C is #3B7D73. Grayscale: #969696. Windows color (decimal): -3898740 or 9208516. OLE color: 9208516.
HSL color Cylindrical-coordinate representation of color #C4828C: hue angle of 350.91º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4828C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 140 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.23 |
| HSL | 350.91º | 0.36% | 0.64% | - |
| HSV(B) | 350.91º | 0.34% | 0.77% | - |
| XYZ | 35.48 | 29.59 | 28.65 | - |
| YUV | 150.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 140 | 0 | 0.34 | 0.29 | 0.23 | 350.91 | 0.36 | 0.64 |
| Hex | C4 | 82 | 8C | 0 | 22 | 1D | 17 | 15F | 24 | 40 |
| Octal | 304 | 202 | 214 | 0 | 42 | 35 | 27 | 537 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10001100 | 0 | 100010 | 11101 | 10111 | 101011111 | 100100 | 1000000 |
Color Harmonies of #C4828C
Complementary color
Monochromatic Colors of #C4828C
Black with #C4828C
Text Example
Text Example
White with #C4828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4828C; }
p { color: rgb(196,130,140); }
H1.HeaderClassName
{
color: #C4828C;
}
.AnyTagClassName
{
color: #C4828C;
}
</style>
background-color css
<style>
a { background-color: #C4828C; }
a { background-color: rgb(196,130,140); }
div.DivClassName
{
background-color: #C4828C;
}
.BgClassName
{
background-color: #C4828C;
}
</style>
border-color css
<style>
span { border-color: #C4828C; }
span { border-color: rgb(196,130,140); }
td.TdClassName
{
border-color: #C4828C;
}
.TagClassName
{
border-color: #C4828C;
}
</style>