Shades of Puce #C5829C
Tints of Puce #C5829C
RGB
CMYK
RGB Variations
Color information
#C5829C (or 0xC5829C) is known color: Puce. HEX triplet: C5, 82 and 9C. RGB value is (197,130,156). Sum of RGB (Red+Green+Blue) = 197+130+156=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5829C is #3A7D63. Grayscale: #989898. Windows color (decimal): -3833188 or 10257093. OLE color: 10257093.
HSL color Cylindrical-coordinate representation of color #C5829C: hue angle of 336.72º degrees, saturation: 0.37, 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 #C5829C is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 156 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.23 |
| HSL | 336.72º | 0.37% | 0.64% | - |
| HSV(B) | 336.72º | 0.34% | 0.77% | - |
| XYZ | 37.01 | 30.24 | 35.34 | - |
| YUV | 153 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 156 | 0 | 0.34 | 0.21 | 0.23 | 336.72 | 0.37 | 0.64 |
| Hex | C5 | 82 | 9C | 0 | 22 | 15 | 17 | 151 | 25 | 40 |
| Octal | 305 | 202 | 234 | 0 | 42 | 25 | 27 | 521 | 45 | 100 |
| Binary | 11000101 | 10000010 | 10011100 | 0 | 100010 | 10101 | 10111 | 101010001 | 100101 | 1000000 |
Color Harmonies of #C5829C
Complementary color
Monochromatic Colors of #C5829C
Black with #C5829C
Text Example
Text Example
White with #C5829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5829C; }
p { color: rgb(197,130,156); }
H1.HeaderClassName
{
color: #C5829C;
}
.AnyTagClassName
{
color: #C5829C;
}
</style>
background-color css
<style>
a { background-color: #C5829C; }
a { background-color: rgb(197,130,156); }
div.DivClassName
{
background-color: #C5829C;
}
.BgClassName
{
background-color: #C5829C;
}
</style>
border-color css
<style>
span { border-color: #C5829C; }
span { border-color: rgb(197,130,156); }
td.TdClassName
{
border-color: #C5829C;
}
.TagClassName
{
border-color: #C5829C;
}
</style>