Shades of Puce #C5868D
Tints of Puce #C5868D
RGB
CMYK
RGB Variations
Color information
#C5868D (or 0xC5868D) is known color: Puce. HEX triplet: C5, 86 and 8D. RGB value is (197,134,141). Sum of RGB (Red+Green+Blue) = 197+134+141=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5868D is #3A7972. Grayscale: #999999. Windows color (decimal): -3832179 or 9275077. OLE color: 9275077.
HSL color Cylindrical-coordinate representation of color #C5868D: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5868D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 141 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.23 |
| HSL | 353.33º | 0.35% | 0.65% | - |
| HSV(B) | 353.33º | 0.32% | 0.77% | - |
| XYZ | 36.36 | 30.84 | 29.24 | - |
| YUV | 153.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 141 | 0 | 0.32 | 0.28 | 0.23 | 353.33 | 0.35 | 0.65 |
| Hex | C5 | 86 | 8D | 0 | 20 | 1C | 17 | 161 | 23 | 41 |
| Octal | 305 | 206 | 215 | 0 | 40 | 34 | 27 | 541 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10001101 | 0 | 100000 | 11100 | 10111 | 101100001 | 100011 | 1000001 |
Color Harmonies of #C5868D
Complementary color
Monochromatic Colors of #C5868D
Black with #C5868D
Text Example
Text Example
White with #C5868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5868D; }
p { color: rgb(197,134,141); }
H1.HeaderClassName
{
color: #C5868D;
}
.AnyTagClassName
{
color: #C5868D;
}
</style>
background-color css
<style>
a { background-color: #C5868D; }
a { background-color: rgb(197,134,141); }
div.DivClassName
{
background-color: #C5868D;
}
.BgClassName
{
background-color: #C5868D;
}
</style>
border-color css
<style>
span { border-color: #C5868D; }
span { border-color: rgb(197,134,141); }
td.TdClassName
{
border-color: #C5868D;
}
.TagClassName
{
border-color: #C5868D;
}
</style>