Shades of Puce #C08586
Tints of Puce #C08586
RGB
CMYK
RGB Variations
Color information
#C08586 (or 0xC08586) is known color: Puce. HEX triplet: C0, 85 and 86. RGB value is (192,133,134). Sum of RGB (Red+Green+Blue) = 192+133+134=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C08586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08586 is #3F7A79. Grayscale: #969696. Windows color (decimal): -4160122 or 8816064. OLE color: 8816064.
HSL color Cylindrical-coordinate representation of color #C08586: hue angle of 358.98º 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 #C08586 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 134 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.25 |
| HSL | 358.98º | 0.32% | 0.64% | - |
| HSV(B) | 358.98º | 0.31% | 0.75% | - |
| XYZ | 34.43 | 29.7 | 26.47 | - |
| YUV | 150.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 134 | 0 | 0.31 | 0.30 | 0.25 | 358.98 | 0.32 | 0.64 |
| Hex | C0 | 85 | 86 | 0 | 1F | 1E | 19 | 167 | 20 | 40 |
| Octal | 300 | 205 | 206 | 0 | 37 | 36 | 31 | 547 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10000110 | 0 | 11111 | 11110 | 11001 | 101100111 | 100000 | 1000000 |
Color Harmonies of #C08586
Complementary color
Monochromatic Colors of #C08586
Black with #C08586
Text Example
Text Example
White with #C08586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08586; }
p { color: rgb(192,133,134); }
H1.HeaderClassName
{
color: #C08586;
}
.AnyTagClassName
{
color: #C08586;
}
</style>
background-color css
<style>
a { background-color: #C08586; }
a { background-color: rgb(192,133,134); }
div.DivClassName
{
background-color: #C08586;
}
.BgClassName
{
background-color: #C08586;
}
</style>
border-color css
<style>
span { border-color: #C08586; }
span { border-color: rgb(192,133,134); }
td.TdClassName
{
border-color: #C08586;
}
.TagClassName
{
border-color: #C08586;
}
</style>