Shades of Puce #C18091
Tints of Puce #C18091
RGB
CMYK
RGB Variations
Color information
#C18091 (or 0xC18091) is known color: Puce. HEX triplet: C1, 80 and 91. RGB value is (193,128,145). Sum of RGB (Red+Green+Blue) = 193+128+145=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C18091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18091 is #3E7F6E. Grayscale: #959595. Windows color (decimal): -4095855 or 9535681. OLE color: 9535681.
HSL color Cylindrical-coordinate representation of color #C18091: hue angle of 344.31º 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 #C18091 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 145 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.24 |
| HSL | 344.31º | 0.34% | 0.63% | - |
| HSV(B) | 344.31º | 0.34% | 0.76% | - |
| XYZ | 34.82 | 28.82 | 30.52 | - |
| YUV | 149.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 145 | 0 | 0.34 | 0.25 | 0.24 | 344.31 | 0.34 | 0.63 |
| Hex | C1 | 80 | 91 | 0 | 22 | 19 | 18 | 158 | 22 | 3F |
| Octal | 301 | 200 | 221 | 0 | 42 | 31 | 30 | 530 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10010001 | 0 | 100010 | 11001 | 11000 | 101011000 | 100010 | 111111 |
Color Harmonies of #C18091
Complementary color
Monochromatic Colors of #C18091
Black with #C18091
Text Example
Text Example
White with #C18091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18091; }
p { color: rgb(193,128,145); }
H1.HeaderClassName
{
color: #C18091;
}
.AnyTagClassName
{
color: #C18091;
}
</style>
background-color css
<style>
a { background-color: #C18091; }
a { background-color: rgb(193,128,145); }
div.DivClassName
{
background-color: #C18091;
}
.BgClassName
{
background-color: #C18091;
}
</style>
border-color css
<style>
span { border-color: #C18091; }
span { border-color: rgb(193,128,145); }
td.TdClassName
{
border-color: #C18091;
}
.TagClassName
{
border-color: #C18091;
}
</style>