Shades of Puce #C1878D
Tints of Puce #C1878D
RGB
CMYK
RGB Variations
Color information
#C1878D (or 0xC1878D) is known color: Puce. HEX triplet: C1, 87 and 8D. RGB value is (193,135,141). Sum of RGB (Red+Green+Blue) = 193+135+141=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1878D is #3E7872. Grayscale: #999999. Windows color (decimal): -4094067 or 9275329. OLE color: 9275329.
HSL color Cylindrical-coordinate representation of color #C1878D: hue angle of 353.79º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1878D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 141 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.24 |
| HSL | 353.79º | 0.32% | 0.64% | - |
| HSV(B) | 353.79º | 0.3% | 0.76% | - |
| XYZ | 35.46 | 30.59 | 29.23 | - |
| YUV | 153.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 141 | 0 | 0.30 | 0.27 | 0.24 | 353.79 | 0.32 | 0.64 |
| Hex | C1 | 87 | 8D | 0 | 1E | 1B | 18 | 162 | 20 | 40 |
| Octal | 301 | 207 | 215 | 0 | 36 | 33 | 30 | 542 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10001101 | 0 | 11110 | 11011 | 11000 | 101100010 | 100000 | 1000000 |
Color Harmonies of #C1878D
Complementary color
Monochromatic Colors of #C1878D
Black with #C1878D
Text Example
Text Example
White with #C1878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1878D; }
p { color: rgb(193,135,141); }
H1.HeaderClassName
{
color: #C1878D;
}
.AnyTagClassName
{
color: #C1878D;
}
</style>
background-color css
<style>
a { background-color: #C1878D; }
a { background-color: rgb(193,135,141); }
div.DivClassName
{
background-color: #C1878D;
}
.BgClassName
{
background-color: #C1878D;
}
</style>
border-color css
<style>
span { border-color: #C1878D; }
span { border-color: rgb(193,135,141); }
td.TdClassName
{
border-color: #C1878D;
}
.TagClassName
{
border-color: #C1878D;
}
</style>