Shades of Puce #C1888C
Tints of Puce #C1888C
RGB
CMYK
RGB Variations
Color information
#C1888C (or 0xC1888C) is known color: Puce. HEX triplet: C1, 88 and 8C. RGB value is (193,136,140). Sum of RGB (Red+Green+Blue) = 193+136+140=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1888C is #3E7773. Grayscale: #999999. Windows color (decimal): -4093812 or 9210049. OLE color: 9210049.
HSL color Cylindrical-coordinate representation of color #C1888C: hue angle of 355.79º 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 #C1888C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 140 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.24 |
| HSL | 355.79º | 0.31% | 0.65% | - |
| HSV(B) | 355.79º | 0.3% | 0.76% | - |
| XYZ | 35.53 | 30.84 | 28.89 | - |
| YUV | 153.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 140 | 0 | 0.30 | 0.27 | 0.24 | 355.79 | 0.31 | 0.65 |
| Hex | C1 | 88 | 8C | 0 | 1E | 1B | 18 | 164 | 1F | 41 |
| Octal | 301 | 210 | 214 | 0 | 36 | 33 | 30 | 544 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10001100 | 0 | 11110 | 11011 | 11000 | 101100100 | 11111 | 1000001 |
Color Harmonies of #C1888C
Complementary color
Monochromatic Colors of #C1888C
Black with #C1888C
Text Example
Text Example
White with #C1888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1888C; }
p { color: rgb(193,136,140); }
H1.HeaderClassName
{
color: #C1888C;
}
.AnyTagClassName
{
color: #C1888C;
}
</style>
background-color css
<style>
a { background-color: #C1888C; }
a { background-color: rgb(193,136,140); }
div.DivClassName
{
background-color: #C1888C;
}
.BgClassName
{
background-color: #C1888C;
}
</style>
border-color css
<style>
span { border-color: #C1888C; }
span { border-color: rgb(193,136,140); }
td.TdClassName
{
border-color: #C1888C;
}
.TagClassName
{
border-color: #C1888C;
}
</style>