Shades of Puce #C08789
Tints of Puce #C08789
RGB
CMYK
RGB Variations
Color information
#C08789 (or 0xC08789) is known color: Puce. HEX triplet: C0, 87 and 89. RGB value is (192,135,137). Sum of RGB (Red+Green+Blue) = 192+135+137=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C08789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08789 is #3F7876. Grayscale: #989898. Windows color (decimal): -4159607 or 9013184. OLE color: 9013184.
HSL color Cylindrical-coordinate representation of color #C08789: hue angle of 357.89º degrees, saturation: 0.31, 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 #C08789 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 137 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.25 |
| HSL | 357.89º | 0.31% | 0.64% | - |
| HSV(B) | 357.89º | 0.3% | 0.75% | - |
| XYZ | 34.92 | 30.34 | 27.68 | - |
| YUV | 152.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 137 | 0 | 0.30 | 0.29 | 0.25 | 357.89 | 0.31 | 0.64 |
| Hex | C0 | 87 | 89 | 0 | 1E | 1D | 19 | 166 | 1F | 40 |
| Octal | 300 | 207 | 211 | 0 | 36 | 35 | 31 | 546 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10001001 | 0 | 11110 | 11101 | 11001 | 101100110 | 11111 | 1000000 |
Color Harmonies of #C08789
Complementary color
Monochromatic Colors of #C08789
Black with #C08789
Text Example
Text Example
White with #C08789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08789; }
p { color: rgb(192,135,137); }
H1.HeaderClassName
{
color: #C08789;
}
.AnyTagClassName
{
color: #C08789;
}
</style>
background-color css
<style>
a { background-color: #C08789; }
a { background-color: rgb(192,135,137); }
div.DivClassName
{
background-color: #C08789;
}
.BgClassName
{
background-color: #C08789;
}
</style>
border-color css
<style>
span { border-color: #C08789; }
span { border-color: rgb(192,135,137); }
td.TdClassName
{
border-color: #C08789;
}
.TagClassName
{
border-color: #C08789;
}
</style>