Shades of Puce #C1808E
Tints of Puce #C1808E
RGB
CMYK
RGB Variations
Color information
#C1808E (or 0xC1808E) is known color: Puce. HEX triplet: C1, 80 and 8E. RGB value is (193,128,142). Sum of RGB (Red+Green+Blue) = 193+128+142=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1808E is #3E7F71. Grayscale: #959595. Windows color (decimal): -4095858 or 9339073. OLE color: 9339073.
HSL color Cylindrical-coordinate representation of color #C1808E: hue angle of 347.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1808E is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 142 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.24 |
| HSL | 347.08º | 0.34% | 0.63% | - |
| HSV(B) | 347.08º | 0.34% | 0.76% | - |
| XYZ | 34.59 | 28.73 | 29.31 | - |
| YUV | 149.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 142 | 0 | 0.34 | 0.26 | 0.24 | 347.08 | 0.34 | 0.63 |
| Hex | C1 | 80 | 8E | 0 | 22 | 1A | 18 | 15B | 22 | 3F |
| Octal | 301 | 200 | 216 | 0 | 42 | 32 | 30 | 533 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10001110 | 0 | 100010 | 11010 | 11000 | 101011011 | 100010 | 111111 |
Color Harmonies of #C1808E
Complementary color
Monochromatic Colors of #C1808E
Black with #C1808E
Text Example
Text Example
White with #C1808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1808E; }
p { color: rgb(193,128,142); }
H1.HeaderClassName
{
color: #C1808E;
}
.AnyTagClassName
{
color: #C1808E;
}
</style>
background-color css
<style>
a { background-color: #C1808E; }
a { background-color: rgb(193,128,142); }
div.DivClassName
{
background-color: #C1808E;
}
.BgClassName
{
background-color: #C1808E;
}
</style>
border-color css
<style>
span { border-color: #C1808E; }
span { border-color: rgb(193,128,142); }
td.TdClassName
{
border-color: #C1808E;
}
.TagClassName
{
border-color: #C1808E;
}
</style>