Shades of Puce #C0868B
Tints of Puce #C0868B
RGB
CMYK
RGB Variations
Color information
#C0868B (or 0xC0868B) is known color: Puce. HEX triplet: C0, 86 and 8B. RGB value is (192,134,139). Sum of RGB (Red+Green+Blue) = 192+134+139=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0868B is #3F7974. Grayscale: #979797. Windows color (decimal): -4159861 or 9144000. OLE color: 9144000.
HSL color Cylindrical-coordinate representation of color #C0868B: hue angle of 354.83º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0868B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 139 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.25 |
| HSL | 354.83º | 0.32% | 0.64% | - |
| HSV(B) | 354.83º | 0.3% | 0.75% | - |
| XYZ | 34.92 | 30.12 | 28.4 | - |
| YUV | 151.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 139 | 0 | 0.30 | 0.28 | 0.25 | 354.83 | 0.32 | 0.64 |
| Hex | C0 | 86 | 8B | 0 | 1E | 1C | 19 | 163 | 20 | 40 |
| Octal | 300 | 206 | 213 | 0 | 36 | 34 | 31 | 543 | 40 | 100 |
| Binary | 11000000 | 10000110 | 10001011 | 0 | 11110 | 11100 | 11001 | 101100011 | 100000 | 1000000 |
Color Harmonies of #C0868B
Complementary color
Monochromatic Colors of #C0868B
Black with #C0868B
Text Example
Text Example
White with #C0868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0868B; }
p { color: rgb(192,134,139); }
H1.HeaderClassName
{
color: #C0868B;
}
.AnyTagClassName
{
color: #C0868B;
}
</style>
background-color css
<style>
a { background-color: #C0868B; }
a { background-color: rgb(192,134,139); }
div.DivClassName
{
background-color: #C0868B;
}
.BgClassName
{
background-color: #C0868B;
}
</style>
border-color css
<style>
span { border-color: #C0868B; }
span { border-color: rgb(192,134,139); }
td.TdClassName
{
border-color: #C0868B;
}
.TagClassName
{
border-color: #C0868B;
}
</style>