Shades of Puce #C08889
Tints of Puce #C08889
RGB
CMYK
RGB Variations
Color information
#C08889 (or 0xC08889) is known color: Puce. HEX triplet: C0, 88 and 89. RGB value is (192,136,137). Sum of RGB (Red+Green+Blue) = 192+136+137=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08889 is #3F7776. Grayscale: #989898. Windows color (decimal): -4159351 or 9013440. OLE color: 9013440.
HSL color Cylindrical-coordinate representation of color #C08889: hue angle of 358.93º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08889 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 137 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.25 |
| HSL | 358.93º | 0.31% | 0.64% | - |
| HSV(B) | 358.93º | 0.29% | 0.75% | - |
| XYZ | 35.06 | 30.62 | 27.73 | - |
| YUV | 152.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 137 | 0 | 0.29 | 0.29 | 0.25 | 358.93 | 0.31 | 0.64 |
| Hex | C0 | 88 | 89 | 0 | 1D | 1D | 19 | 167 | 1F | 40 |
| Octal | 300 | 210 | 211 | 0 | 35 | 35 | 31 | 547 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10001001 | 0 | 11101 | 11101 | 11001 | 101100111 | 11111 | 1000000 |
Color Harmonies of #C08889
Complementary color
Monochromatic Colors of #C08889
Black with #C08889
Text Example
Text Example
White with #C08889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08889; }
p { color: rgb(192,136,137); }
H1.HeaderClassName
{
color: #C08889;
}
.AnyTagClassName
{
color: #C08889;
}
</style>
background-color css
<style>
a { background-color: #C08889; }
a { background-color: rgb(192,136,137); }
div.DivClassName
{
background-color: #C08889;
}
.BgClassName
{
background-color: #C08889;
}
</style>
border-color css
<style>
span { border-color: #C08889; }
span { border-color: rgb(192,136,137); }
td.TdClassName
{
border-color: #C08889;
}
.TagClassName
{
border-color: #C08889;
}
</style>