Shades of Puce #C5869C
Tints of Puce #C5869C
RGB
CMYK
RGB Variations
Color information
#C5869C (or 0xC5869C) is known color: Puce. HEX triplet: C5, 86 and 9C. RGB value is (197,134,156). Sum of RGB (Red+Green+Blue) = 197+134+156=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5869C is #3A7963. Grayscale: #9B9B9B. Windows color (decimal): -3832164 or 10258117. OLE color: 10258117.
HSL color Cylindrical-coordinate representation of color #C5869C: hue angle of 339.05º 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 #C5869C is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 156 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.23 |
| HSL | 339.05º | 0.35% | 0.65% | - |
| HSV(B) | 339.05º | 0.32% | 0.77% | - |
| XYZ | 37.55 | 31.32 | 35.52 | - |
| YUV | 155.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 156 | 0 | 0.32 | 0.21 | 0.23 | 339.05 | 0.35 | 0.65 |
| Hex | C5 | 86 | 9C | 0 | 20 | 15 | 17 | 153 | 23 | 41 |
| Octal | 305 | 206 | 234 | 0 | 40 | 25 | 27 | 523 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10011100 | 0 | 100000 | 10101 | 10111 | 101010011 | 100011 | 1000001 |
Color Harmonies of #C5869C
Complementary color
Monochromatic Colors of #C5869C
Black with #C5869C
Text Example
Text Example
White with #C5869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5869C; }
p { color: rgb(197,134,156); }
H1.HeaderClassName
{
color: #C5869C;
}
.AnyTagClassName
{
color: #C5869C;
}
</style>
background-color css
<style>
a { background-color: #C5869C; }
a { background-color: rgb(197,134,156); }
div.DivClassName
{
background-color: #C5869C;
}
.BgClassName
{
background-color: #C5869C;
}
</style>
border-color css
<style>
span { border-color: #C5869C; }
span { border-color: rgb(197,134,156); }
td.TdClassName
{
border-color: #C5869C;
}
.TagClassName
{
border-color: #C5869C;
}
</style>