Shades of Puce #C4819D
Tints of Puce #C4819D
RGB
CMYK
RGB Variations
Color information
#C4819D (or 0xC4819D) is known color: Puce. HEX triplet: C4, 81 and 9D. RGB value is (196,129,157). Sum of RGB (Red+Green+Blue) = 196+129+157=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4819D is #3B7E62. Grayscale: #989898. Windows color (decimal): -3898979 or 10322372. OLE color: 10322372.
HSL color Cylindrical-coordinate representation of color #C4819D: hue angle of 334.93º 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 #C4819D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 157 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.23 |
| HSL | 334.93º | 0.36% | 0.64% | - |
| HSV(B) | 334.93º | 0.34% | 0.77% | - |
| XYZ | 36.7 | 29.87 | 35.73 | - |
| YUV | 152.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 157 | 0 | 0.34 | 0.20 | 0.23 | 334.93 | 0.36 | 0.64 |
| Hex | C4 | 81 | 9D | 0 | 22 | 14 | 17 | 14F | 24 | 40 |
| Octal | 304 | 201 | 235 | 0 | 42 | 24 | 27 | 517 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10011101 | 0 | 100010 | 10100 | 10111 | 101001111 | 100100 | 1000000 |
Color Harmonies of #C4819D
Complementary color
Monochromatic Colors of #C4819D
Black with #C4819D
Text Example
Text Example
White with #C4819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4819D; }
p { color: rgb(196,129,157); }
H1.HeaderClassName
{
color: #C4819D;
}
.AnyTagClassName
{
color: #C4819D;
}
</style>
background-color css
<style>
a { background-color: #C4819D; }
a { background-color: rgb(196,129,157); }
div.DivClassName
{
background-color: #C4819D;
}
.BgClassName
{
background-color: #C4819D;
}
</style>
border-color css
<style>
span { border-color: #C4819D; }
span { border-color: rgb(196,129,157); }
td.TdClassName
{
border-color: #C4819D;
}
.TagClassName
{
border-color: #C4819D;
}
</style>