Shades of Puce #C18792
Tints of Puce #C18792
RGB
CMYK
RGB Variations
Color information
#C18792 (or 0xC18792) is known color: Puce. HEX triplet: C1, 87 and 92. RGB value is (193,135,146). Sum of RGB (Red+Green+Blue) = 193+135+146=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C18792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18792 is #3E786D. Grayscale: #999999. Windows color (decimal): -4094062 or 9603009. OLE color: 9603009.
HSL color Cylindrical-coordinate representation of color #C18792: hue angle of 348.62º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18792 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 146 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.24 |
| HSL | 348.62º | 0.32% | 0.64% | - |
| HSV(B) | 348.62º | 0.3% | 0.76% | - |
| XYZ | 35.84 | 30.74 | 31.24 | - |
| YUV | 153.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 146 | 0 | 0.30 | 0.24 | 0.24 | 348.62 | 0.32 | 0.64 |
| Hex | C1 | 87 | 92 | 0 | 1E | 18 | 18 | 15D | 20 | 40 |
| Octal | 301 | 207 | 222 | 0 | 36 | 30 | 30 | 535 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10010010 | 0 | 11110 | 11000 | 11000 | 101011101 | 100000 | 1000000 |
Color Harmonies of #C18792
Complementary color
Monochromatic Colors of #C18792
Black with #C18792
Text Example
Text Example
White with #C18792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18792; }
p { color: rgb(193,135,146); }
H1.HeaderClassName
{
color: #C18792;
}
.AnyTagClassName
{
color: #C18792;
}
</style>
background-color css
<style>
a { background-color: #C18792; }
a { background-color: rgb(193,135,146); }
div.DivClassName
{
background-color: #C18792;
}
.BgClassName
{
background-color: #C18792;
}
</style>
border-color css
<style>
span { border-color: #C18792; }
span { border-color: rgb(193,135,146); }
td.TdClassName
{
border-color: #C18792;
}
.TagClassName
{
border-color: #C18792;
}
</style>