Shades of Puce #C5878C
Tints of Puce #C5878C
RGB
CMYK
RGB Variations
Color information
#C5878C (or 0xC5878C) is known color: Puce. HEX triplet: C5, 87 and 8C. RGB value is (197,135,140). Sum of RGB (Red+Green+Blue) = 197+135+140=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5878C is #3A7873. Grayscale: #9A9A9A. Windows color (decimal): -3831924 or 9209797. OLE color: 9209797.
HSL color Cylindrical-coordinate representation of color #C5878C: hue angle of 355.16º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5878C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 140 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.23 |
| HSL | 355.16º | 0.35% | 0.65% | - |
| HSV(B) | 355.16º | 0.31% | 0.77% | - |
| XYZ | 36.42 | 31.09 | 28.89 | - |
| YUV | 154.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 140 | 0 | 0.31 | 0.29 | 0.23 | 355.16 | 0.35 | 0.65 |
| Hex | C5 | 87 | 8C | 0 | 1F | 1D | 17 | 163 | 23 | 41 |
| Octal | 305 | 207 | 214 | 0 | 37 | 35 | 27 | 543 | 43 | 101 |
| Binary | 11000101 | 10000111 | 10001100 | 0 | 11111 | 11101 | 10111 | 101100011 | 100011 | 1000001 |
Color Harmonies of #C5878C
Complementary color
Monochromatic Colors of #C5878C
Black with #C5878C
Text Example
Text Example
White with #C5878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5878C; }
p { color: rgb(197,135,140); }
H1.HeaderClassName
{
color: #C5878C;
}
.AnyTagClassName
{
color: #C5878C;
}
</style>
background-color css
<style>
a { background-color: #C5878C; }
a { background-color: rgb(197,135,140); }
div.DivClassName
{
background-color: #C5878C;
}
.BgClassName
{
background-color: #C5878C;
}
</style>
border-color css
<style>
span { border-color: #C5878C; }
span { border-color: rgb(197,135,140); }
td.TdClassName
{
border-color: #C5878C;
}
.TagClassName
{
border-color: #C5878C;
}
</style>