Shades of Puce #C1888D
Tints of Puce #C1888D
RGB
CMYK
RGB Variations
Color information
#C1888D (or 0xC1888D) is known color: Puce. HEX triplet: C1, 88 and 8D. RGB value is (193,136,141). Sum of RGB (Red+Green+Blue) = 193+136+141=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1888D is #3E7772. Grayscale: #999999. Windows color (decimal): -4093811 or 9275585. OLE color: 9275585.
HSL color Cylindrical-coordinate representation of color #C1888D: hue angle of 354.74º 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 #C1888D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 141 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.24 |
| HSL | 354.74º | 0.31% | 0.65% | - |
| HSV(B) | 354.74º | 0.3% | 0.76% | - |
| XYZ | 35.6 | 30.87 | 29.28 | - |
| YUV | 153.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 141 | 0 | 0.30 | 0.27 | 0.24 | 354.74 | 0.31 | 0.65 |
| Hex | C1 | 88 | 8D | 0 | 1E | 1B | 18 | 163 | 1F | 41 |
| Octal | 301 | 210 | 215 | 0 | 36 | 33 | 30 | 543 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10001101 | 0 | 11110 | 11011 | 11000 | 101100011 | 11111 | 1000001 |
Color Harmonies of #C1888D
Complementary color
Monochromatic Colors of #C1888D
Black with #C1888D
Text Example
Text Example
White with #C1888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1888D; }
p { color: rgb(193,136,141); }
H1.HeaderClassName
{
color: #C1888D;
}
.AnyTagClassName
{
color: #C1888D;
}
</style>
background-color css
<style>
a { background-color: #C1888D; }
a { background-color: rgb(193,136,141); }
div.DivClassName
{
background-color: #C1888D;
}
.BgClassName
{
background-color: #C1888D;
}
</style>
border-color css
<style>
span { border-color: #C1888D; }
span { border-color: rgb(193,136,141); }
td.TdClassName
{
border-color: #C1888D;
}
.TagClassName
{
border-color: #C1888D;
}
</style>