Shades of Puce #C5848C
Tints of Puce #C5848C
RGB
CMYK
RGB Variations
Color information
#C5848C (or 0xC5848C) is known color: Puce. HEX triplet: C5, 84 and 8C. RGB value is (197,132,140). Sum of RGB (Red+Green+Blue) = 197+132+140=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5848C is #3A7B73. Grayscale: #989898. Windows color (decimal): -3832692 or 9209029. OLE color: 9209029.
HSL color Cylindrical-coordinate representation of color #C5848C: hue angle of 352.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5848C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 140 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.23 |
| HSL | 352.62º | 0.36% | 0.65% | - |
| HSV(B) | 352.62º | 0.33% | 0.77% | - |
| XYZ | 36.01 | 30.27 | 28.75 | - |
| YUV | 152.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 140 | 0 | 0.33 | 0.29 | 0.23 | 352.62 | 0.36 | 0.65 |
| Hex | C5 | 84 | 8C | 0 | 21 | 1D | 17 | 161 | 24 | 41 |
| Octal | 305 | 204 | 214 | 0 | 41 | 35 | 27 | 541 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10001100 | 0 | 100001 | 11101 | 10111 | 101100001 | 100100 | 1000001 |
Color Harmonies of #C5848C
Complementary color
Monochromatic Colors of #C5848C
Black with #C5848C
Text Example
Text Example
White with #C5848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5848C; }
p { color: rgb(197,132,140); }
H1.HeaderClassName
{
color: #C5848C;
}
.AnyTagClassName
{
color: #C5848C;
}
</style>
background-color css
<style>
a { background-color: #C5848C; }
a { background-color: rgb(197,132,140); }
div.DivClassName
{
background-color: #C5848C;
}
.BgClassName
{
background-color: #C5848C;
}
</style>
border-color css
<style>
span { border-color: #C5848C; }
span { border-color: rgb(197,132,140); }
td.TdClassName
{
border-color: #C5848C;
}
.TagClassName
{
border-color: #C5848C;
}
</style>