Shades of Puce #C5819D
Tints of Puce #C5819D
RGB
CMYK
RGB Variations
Color information
#C5819D (or 0xC5819D) is known color: Puce. HEX triplet: C5, 81 and 9D. RGB value is (197,129,157). Sum of RGB (Red+Green+Blue) = 197+129+157=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5819D is #3A7E62. Grayscale: #989898. Windows color (decimal): -3833443 or 10322373. OLE color: 10322373.
HSL color Cylindrical-coordinate representation of color #C5819D: hue angle of 335.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5819D is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 157 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.23 |
| HSL | 335.29º | 0.37% | 0.64% | - |
| HSV(B) | 335.29º | 0.35% | 0.77% | - |
| XYZ | 36.96 | 30.01 | 35.74 | - |
| YUV | 152.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 157 | 0 | 0.35 | 0.20 | 0.23 | 335.29 | 0.37 | 0.64 |
| Hex | C5 | 81 | 9D | 0 | 23 | 14 | 17 | 14F | 25 | 40 |
| Octal | 305 | 201 | 235 | 0 | 43 | 24 | 27 | 517 | 45 | 100 |
| Binary | 11000101 | 10000001 | 10011101 | 0 | 100011 | 10100 | 10111 | 101001111 | 100101 | 1000000 |
Color Harmonies of #C5819D
Complementary color
Monochromatic Colors of #C5819D
Black with #C5819D
Text Example
Text Example
White with #C5819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5819D; }
p { color: rgb(197,129,157); }
H1.HeaderClassName
{
color: #C5819D;
}
.AnyTagClassName
{
color: #C5819D;
}
</style>
background-color css
<style>
a { background-color: #C5819D; }
a { background-color: rgb(197,129,157); }
div.DivClassName
{
background-color: #C5819D;
}
.BgClassName
{
background-color: #C5819D;
}
</style>
border-color css
<style>
span { border-color: #C5819D; }
span { border-color: rgb(197,129,157); }
td.TdClassName
{
border-color: #C5819D;
}
.TagClassName
{
border-color: #C5819D;
}
</style>