Shades of Puce #C1808D
Tints of Puce #C1808D
RGB
CMYK
RGB Variations
Color information
#C1808D (or 0xC1808D) is known color: Puce. HEX triplet: C1, 80 and 8D. RGB value is (193,128,141). Sum of RGB (Red+Green+Blue) = 193+128+141=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1808D is #3E7F72. Grayscale: #949494. Windows color (decimal): -4095859 or 9273537. OLE color: 9273537.
HSL color Cylindrical-coordinate representation of color #C1808D: hue angle of 348º 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 #C1808D is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 141 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.24 |
| HSL | 348º | 0.34% | 0.63% | - |
| HSV(B) | 348º | 0.34% | 0.76% | - |
| XYZ | 34.52 | 28.7 | 28.92 | - |
| YUV | 148.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 141 | 0 | 0.34 | 0.27 | 0.24 | 348 | 0.34 | 0.63 |
| Hex | C1 | 80 | 8D | 0 | 22 | 1B | 18 | 15C | 22 | 3F |
| Octal | 301 | 200 | 215 | 0 | 42 | 33 | 30 | 534 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10001101 | 0 | 100010 | 11011 | 11000 | 101011100 | 100010 | 111111 |
Color Harmonies of #C1808D
Complementary color
Monochromatic Colors of #C1808D
Black with #C1808D
Text Example
Text Example
White with #C1808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1808D; }
p { color: rgb(193,128,141); }
H1.HeaderClassName
{
color: #C1808D;
}
.AnyTagClassName
{
color: #C1808D;
}
</style>
background-color css
<style>
a { background-color: #C1808D; }
a { background-color: rgb(193,128,141); }
div.DivClassName
{
background-color: #C1808D;
}
.BgClassName
{
background-color: #C1808D;
}
</style>
border-color css
<style>
span { border-color: #C1808D; }
span { border-color: rgb(193,128,141); }
td.TdClassName
{
border-color: #C1808D;
}
.TagClassName
{
border-color: #C1808D;
}
</style>