Shades of Puce #C18688
Tints of Puce #C18688
RGB
CMYK
RGB Variations
Color information
#C18688 (or 0xC18688) is known color: Puce. HEX triplet: C1, 86 and 88. RGB value is (193,134,136). Sum of RGB (Red+Green+Blue) = 193+134+136=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C18688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18688 is #3E7977. Grayscale: #979797. Windows color (decimal): -4094328 or 8947393. OLE color: 8947393.
HSL color Cylindrical-coordinate representation of color #C18688: hue angle of 357.97º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18688 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 136 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.24 |
| HSL | 357.97º | 0.32% | 0.64% | - |
| HSV(B) | 357.97º | 0.31% | 0.76% | - |
| XYZ | 34.96 | 30.17 | 27.27 | - |
| YUV | 151.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 136 | 0 | 0.31 | 0.30 | 0.24 | 357.97 | 0.32 | 0.64 |
| Hex | C1 | 86 | 88 | 0 | 1F | 1E | 18 | 166 | 20 | 40 |
| Octal | 301 | 206 | 210 | 0 | 37 | 36 | 30 | 546 | 40 | 100 |
| Binary | 11000001 | 10000110 | 10001000 | 0 | 11111 | 11110 | 11000 | 101100110 | 100000 | 1000000 |
Color Harmonies of #C18688
Complementary color
Monochromatic Colors of #C18688
Black with #C18688
Text Example
Text Example
White with #C18688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18688; }
p { color: rgb(193,134,136); }
H1.HeaderClassName
{
color: #C18688;
}
.AnyTagClassName
{
color: #C18688;
}
</style>
background-color css
<style>
a { background-color: #C18688; }
a { background-color: rgb(193,134,136); }
div.DivClassName
{
background-color: #C18688;
}
.BgClassName
{
background-color: #C18688;
}
</style>
border-color css
<style>
span { border-color: #C18688; }
span { border-color: rgb(193,134,136); }
td.TdClassName
{
border-color: #C18688;
}
.TagClassName
{
border-color: #C18688;
}
</style>