Shades of Puce #C08991
Tints of Puce #C08991
RGB
CMYK
RGB Variations
Color information
#C08991 (or 0xC08991) is known color: Puce. HEX triplet: C0, 89 and 91. RGB value is (192,137,145). Sum of RGB (Red+Green+Blue) = 192+137+145=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C08991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08991 is #3F766E. Grayscale: #9A9A9A. Windows color (decimal): -4159087 or 9537984. OLE color: 9537984.
HSL color Cylindrical-coordinate representation of color #C08991: hue angle of 351.27º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08991 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 145 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.25 |
| HSL | 351.27º | 0.3% | 0.65% | - |
| HSV(B) | 351.27º | 0.29% | 0.75% | - |
| XYZ | 35.79 | 31.14 | 30.91 | - |
| YUV | 154.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 145 | 0 | 0.29 | 0.24 | 0.25 | 351.27 | 0.3 | 0.65 |
| Hex | C0 | 89 | 91 | 0 | 1D | 18 | 19 | 15F | 1E | 41 |
| Octal | 300 | 211 | 221 | 0 | 35 | 30 | 31 | 537 | 36 | 101 |
| Binary | 11000000 | 10001001 | 10010001 | 0 | 11101 | 11000 | 11001 | 101011111 | 11110 | 1000001 |
Color Harmonies of #C08991
Complementary color
Monochromatic Colors of #C08991
Black with #C08991
Text Example
Text Example
White with #C08991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08991; }
p { color: rgb(192,137,145); }
H1.HeaderClassName
{
color: #C08991;
}
.AnyTagClassName
{
color: #C08991;
}
</style>
background-color css
<style>
a { background-color: #C08991; }
a { background-color: rgb(192,137,145); }
div.DivClassName
{
background-color: #C08991;
}
.BgClassName
{
background-color: #C08991;
}
</style>
border-color css
<style>
span { border-color: #C08991; }
span { border-color: rgb(192,137,145); }
td.TdClassName
{
border-color: #C08991;
}
.TagClassName
{
border-color: #C08991;
}
</style>