Shades of Puce #C1878E
Tints of Puce #C1878E
RGB
CMYK
RGB Variations
Color information
#C1878E (or 0xC1878E) is known color: Puce. HEX triplet: C1, 87 and 8E. RGB value is (193,135,142). Sum of RGB (Red+Green+Blue) = 193+135+142=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1878E is #3E7871. Grayscale: #999999. Windows color (decimal): -4094066 or 9340865. OLE color: 9340865.
HSL color Cylindrical-coordinate representation of color #C1878E: hue angle of 352.76º 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 #C1878E is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 142 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.24 |
| HSL | 352.76º | 0.32% | 0.64% | - |
| HSV(B) | 352.76º | 0.3% | 0.76% | - |
| XYZ | 35.54 | 30.62 | 29.63 | - |
| YUV | 153.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 142 | 0 | 0.30 | 0.26 | 0.24 | 352.76 | 0.32 | 0.64 |
| Hex | C1 | 87 | 8E | 0 | 1E | 1A | 18 | 161 | 20 | 40 |
| Octal | 301 | 207 | 216 | 0 | 36 | 32 | 30 | 541 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10001110 | 0 | 11110 | 11010 | 11000 | 101100001 | 100000 | 1000000 |
Color Harmonies of #C1878E
Complementary color
Monochromatic Colors of #C1878E
Black with #C1878E
Text Example
Text Example
White with #C1878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1878E; }
p { color: rgb(193,135,142); }
H1.HeaderClassName
{
color: #C1878E;
}
.AnyTagClassName
{
color: #C1878E;
}
</style>
background-color css
<style>
a { background-color: #C1878E; }
a { background-color: rgb(193,135,142); }
div.DivClassName
{
background-color: #C1878E;
}
.BgClassName
{
background-color: #C1878E;
}
</style>
border-color css
<style>
span { border-color: #C1878E; }
span { border-color: rgb(193,135,142); }
td.TdClassName
{
border-color: #C1878E;
}
.TagClassName
{
border-color: #C1878E;
}
</style>