Shades of Puce #C08892
Tints of Puce #C08892
RGB
CMYK
RGB Variations
Color information
#C08892 (or 0xC08892) is known color: Puce. HEX triplet: C0, 88 and 92. RGB value is (192,136,146). Sum of RGB (Red+Green+Blue) = 192+136+146=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C08892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08892 is #3F776D. Grayscale: #999999. Windows color (decimal): -4159342 or 9603264. OLE color: 9603264.
HSL color Cylindrical-coordinate representation of color #C08892: hue angle of 349.29º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08892 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 146 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.25 |
| HSL | 349.29º | 0.31% | 0.64% | - |
| HSV(B) | 349.29º | 0.29% | 0.75% | - |
| XYZ | 35.73 | 30.89 | 31.27 | - |
| YUV | 153.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 146 | 0 | 0.29 | 0.24 | 0.25 | 349.29 | 0.31 | 0.64 |
| Hex | C0 | 88 | 92 | 0 | 1D | 18 | 19 | 15D | 1F | 40 |
| Octal | 300 | 210 | 222 | 0 | 35 | 30 | 31 | 535 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10010010 | 0 | 11101 | 11000 | 11001 | 101011101 | 11111 | 1000000 |
Color Harmonies of #C08892
Complementary color
Monochromatic Colors of #C08892
Black with #C08892
Text Example
Text Example
White with #C08892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08892; }
p { color: rgb(192,136,146); }
H1.HeaderClassName
{
color: #C08892;
}
.AnyTagClassName
{
color: #C08892;
}
</style>
background-color css
<style>
a { background-color: #C08892; }
a { background-color: rgb(192,136,146); }
div.DivClassName
{
background-color: #C08892;
}
.BgClassName
{
background-color: #C08892;
}
</style>
border-color css
<style>
span { border-color: #C08892; }
span { border-color: rgb(192,136,146); }
td.TdClassName
{
border-color: #C08892;
}
.TagClassName
{
border-color: #C08892;
}
</style>