Shades of Puce #C0858A
Tints of Puce #C0858A
RGB
CMYK
RGB Variations
Color information
#C0858A (or 0xC0858A) is known color: Puce. HEX triplet: C0, 85 and 8A. RGB value is (192,133,138). Sum of RGB (Red+Green+Blue) = 192+133+138=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0858A is #3F7A75. Grayscale: #979797. Windows color (decimal): -4160118 or 9078208. OLE color: 9078208.
HSL color Cylindrical-coordinate representation of color #C0858A: hue angle of 354.92º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0858A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 138 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.25 |
| HSL | 354.92º | 0.32% | 0.64% | - |
| HSV(B) | 354.92º | 0.31% | 0.75% | - |
| XYZ | 34.71 | 29.82 | 27.97 | - |
| YUV | 151.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 138 | 0 | 0.31 | 0.28 | 0.25 | 354.92 | 0.32 | 0.64 |
| Hex | C0 | 85 | 8A | 0 | 1F | 1C | 19 | 163 | 20 | 40 |
| Octal | 300 | 205 | 212 | 0 | 37 | 34 | 31 | 543 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10001010 | 0 | 11111 | 11100 | 11001 | 101100011 | 100000 | 1000000 |
Color Harmonies of #C0858A
Complementary color
Monochromatic Colors of #C0858A
Black with #C0858A
Text Example
Text Example
White with #C0858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0858A; }
p { color: rgb(192,133,138); }
H1.HeaderClassName
{
color: #C0858A;
}
.AnyTagClassName
{
color: #C0858A;
}
</style>
background-color css
<style>
a { background-color: #C0858A; }
a { background-color: rgb(192,133,138); }
div.DivClassName
{
background-color: #C0858A;
}
.BgClassName
{
background-color: #C0858A;
}
</style>
border-color css
<style>
span { border-color: #C0858A; }
span { border-color: rgb(192,133,138); }
td.TdClassName
{
border-color: #C0858A;
}
.TagClassName
{
border-color: #C0858A;
}
</style>