Shades of Puce #C1888E
Tints of Puce #C1888E
RGB
CMYK
RGB Variations
Color information
#C1888E (or 0xC1888E) is known color: Puce. HEX triplet: C1, 88 and 8E. RGB value is (193,136,142). Sum of RGB (Red+Green+Blue) = 193+136+142=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1888E is #3E7771. Grayscale: #999999. Windows color (decimal): -4093810 or 9341121. OLE color: 9341121.
HSL color Cylindrical-coordinate representation of color #C1888E: hue angle of 353.68º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1888E is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 142 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.24 |
| HSL | 353.68º | 0.31% | 0.65% | - |
| HSV(B) | 353.68º | 0.3% | 0.76% | - |
| XYZ | 35.68 | 30.9 | 29.67 | - |
| YUV | 153.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 142 | 0 | 0.30 | 0.26 | 0.24 | 353.68 | 0.31 | 0.65 |
| Hex | C1 | 88 | 8E | 0 | 1E | 1A | 18 | 162 | 1F | 41 |
| Octal | 301 | 210 | 216 | 0 | 36 | 32 | 30 | 542 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10001110 | 0 | 11110 | 11010 | 11000 | 101100010 | 11111 | 1000001 |
Color Harmonies of #C1888E
Complementary color
Monochromatic Colors of #C1888E
Black with #C1888E
Text Example
Text Example
White with #C1888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1888E; }
p { color: rgb(193,136,142); }
H1.HeaderClassName
{
color: #C1888E;
}
.AnyTagClassName
{
color: #C1888E;
}
</style>
background-color css
<style>
a { background-color: #C1888E; }
a { background-color: rgb(193,136,142); }
div.DivClassName
{
background-color: #C1888E;
}
.BgClassName
{
background-color: #C1888E;
}
</style>
border-color css
<style>
span { border-color: #C1888E; }
span { border-color: rgb(193,136,142); }
td.TdClassName
{
border-color: #C1888E;
}
.TagClassName
{
border-color: #C1888E;
}
</style>