Shades of Puce #C1808C
Tints of Puce #C1808C
RGB
CMYK
RGB Variations
Color information
#C1808C (or 0xC1808C) is known color: Puce. HEX triplet: C1, 80 and 8C. RGB value is (193,128,140). Sum of RGB (Red+Green+Blue) = 193+128+140=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1808C is #3E7F73. Grayscale: #949494. Windows color (decimal): -4095860 or 9208001. OLE color: 9208001.
HSL color Cylindrical-coordinate representation of color #C1808C: hue angle of 348.92º 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 #C1808C is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 140 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.24 |
| HSL | 348.92º | 0.34% | 0.63% | - |
| HSV(B) | 348.92º | 0.34% | 0.76% | - |
| XYZ | 34.45 | 28.67 | 28.53 | - |
| YUV | 148.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 140 | 0 | 0.34 | 0.27 | 0.24 | 348.92 | 0.34 | 0.63 |
| Hex | C1 | 80 | 8C | 0 | 22 | 1B | 18 | 15D | 22 | 3F |
| Octal | 301 | 200 | 214 | 0 | 42 | 33 | 30 | 535 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10001100 | 0 | 100010 | 11011 | 11000 | 101011101 | 100010 | 111111 |
Color Harmonies of #C1808C
Complementary color
Monochromatic Colors of #C1808C
Black with #C1808C
Text Example
Text Example
White with #C1808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1808C; }
p { color: rgb(193,128,140); }
H1.HeaderClassName
{
color: #C1808C;
}
.AnyTagClassName
{
color: #C1808C;
}
</style>
background-color css
<style>
a { background-color: #C1808C; }
a { background-color: rgb(193,128,140); }
div.DivClassName
{
background-color: #C1808C;
}
.BgClassName
{
background-color: #C1808C;
}
</style>
border-color css
<style>
span { border-color: #C1808C; }
span { border-color: rgb(193,128,140); }
td.TdClassName
{
border-color: #C1808C;
}
.TagClassName
{
border-color: #C1808C;
}
</style>