Shades of Puce #C0868A
Tints of Puce #C0868A
RGB
CMYK
RGB Variations
Color information
#C0868A (or 0xC0868A) is known color: Puce. HEX triplet: C0, 86 and 8A. RGB value is (192,134,138). Sum of RGB (Red+Green+Blue) = 192+134+138=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0868A is #3F7975. Grayscale: #979797. Windows color (decimal): -4159862 or 9078464. OLE color: 9078464.
HSL color Cylindrical-coordinate representation of color #C0868A: hue angle of 355.86º 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 #C0868A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 138 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.25 |
| HSL | 355.86º | 0.32% | 0.64% | - |
| HSV(B) | 355.86º | 0.3% | 0.75% | - |
| XYZ | 34.85 | 30.09 | 28.02 | - |
| YUV | 151.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 138 | 0 | 0.30 | 0.28 | 0.25 | 355.86 | 0.32 | 0.64 |
| Hex | C0 | 86 | 8A | 0 | 1E | 1C | 19 | 164 | 20 | 40 |
| Octal | 300 | 206 | 212 | 0 | 36 | 34 | 31 | 544 | 40 | 100 |
| Binary | 11000000 | 10000110 | 10001010 | 0 | 11110 | 11100 | 11001 | 101100100 | 100000 | 1000000 |
Color Harmonies of #C0868A
Complementary color
Monochromatic Colors of #C0868A
Black with #C0868A
Text Example
Text Example
White with #C0868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0868A; }
p { color: rgb(192,134,138); }
H1.HeaderClassName
{
color: #C0868A;
}
.AnyTagClassName
{
color: #C0868A;
}
</style>
background-color css
<style>
a { background-color: #C0868A; }
a { background-color: rgb(192,134,138); }
div.DivClassName
{
background-color: #C0868A;
}
.BgClassName
{
background-color: #C0868A;
}
</style>
border-color css
<style>
span { border-color: #C0868A; }
span { border-color: rgb(192,134,138); }
td.TdClassName
{
border-color: #C0868A;
}
.TagClassName
{
border-color: #C0868A;
}
</style>