Shades of Puce #C5878A
Tints of Puce #C5878A
RGB
CMYK
RGB Variations
Color information
#C5878A (or 0xC5878A) is known color: Puce. HEX triplet: C5, 87 and 8A. RGB value is (197,135,138). Sum of RGB (Red+Green+Blue) = 197+135+138=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5878A is #3A7875. Grayscale: #999999. Windows color (decimal): -3831926 or 9078725. OLE color: 9078725.
HSL color Cylindrical-coordinate representation of color #C5878A: hue angle of 357.1º 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 #C5878A is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 138 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.23 |
| HSL | 357.1º | 0.35% | 0.65% | - |
| HSV(B) | 357.1º | 0.31% | 0.77% | - |
| XYZ | 36.28 | 31.03 | 28.12 | - |
| YUV | 153.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 138 | 0 | 0.31 | 0.30 | 0.23 | 357.1 | 0.35 | 0.65 |
| Hex | C5 | 87 | 8A | 0 | 1F | 1E | 17 | 165 | 23 | 41 |
| Octal | 305 | 207 | 212 | 0 | 37 | 36 | 27 | 545 | 43 | 101 |
| Binary | 11000101 | 10000111 | 10001010 | 0 | 11111 | 11110 | 10111 | 101100101 | 100011 | 1000001 |
Color Harmonies of #C5878A
Complementary color
Monochromatic Colors of #C5878A
Black with #C5878A
Text Example
Text Example
White with #C5878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5878A; }
p { color: rgb(197,135,138); }
H1.HeaderClassName
{
color: #C5878A;
}
.AnyTagClassName
{
color: #C5878A;
}
</style>
background-color css
<style>
a { background-color: #C5878A; }
a { background-color: rgb(197,135,138); }
div.DivClassName
{
background-color: #C5878A;
}
.BgClassName
{
background-color: #C5878A;
}
</style>
border-color css
<style>
span { border-color: #C5878A; }
span { border-color: rgb(197,135,138); }
td.TdClassName
{
border-color: #C5878A;
}
.TagClassName
{
border-color: #C5878A;
}
</style>