Shades of Puce #C1878C
Tints of Puce #C1878C
RGB
CMYK
RGB Variations
Color information
#C1878C (or 0xC1878C) is known color: Puce. HEX triplet: C1, 87 and 8C. RGB value is (193,135,140). Sum of RGB (Red+Green+Blue) = 193+135+140=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1878C is #3E7873. Grayscale: #989898. Windows color (decimal): -4094068 or 9209793. OLE color: 9209793.
HSL color Cylindrical-coordinate representation of color #C1878C: hue angle of 354.83º 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 #C1878C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 140 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.24 |
| HSL | 354.83º | 0.32% | 0.64% | - |
| HSV(B) | 354.83º | 0.3% | 0.76% | - |
| XYZ | 35.39 | 30.56 | 28.84 | - |
| YUV | 152.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 140 | 0 | 0.30 | 0.27 | 0.24 | 354.83 | 0.32 | 0.64 |
| Hex | C1 | 87 | 8C | 0 | 1E | 1B | 18 | 163 | 20 | 40 |
| Octal | 301 | 207 | 214 | 0 | 36 | 33 | 30 | 543 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10001100 | 0 | 11110 | 11011 | 11000 | 101100011 | 100000 | 1000000 |
Color Harmonies of #C1878C
Complementary color
Monochromatic Colors of #C1878C
Black with #C1878C
Text Example
Text Example
White with #C1878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1878C; }
p { color: rgb(193,135,140); }
H1.HeaderClassName
{
color: #C1878C;
}
.AnyTagClassName
{
color: #C1878C;
}
</style>
background-color css
<style>
a { background-color: #C1878C; }
a { background-color: rgb(193,135,140); }
div.DivClassName
{
background-color: #C1878C;
}
.BgClassName
{
background-color: #C1878C;
}
</style>
border-color css
<style>
span { border-color: #C1878C; }
span { border-color: rgb(193,135,140); }
td.TdClassName
{
border-color: #C1878C;
}
.TagClassName
{
border-color: #C1878C;
}
</style>