Shades of Puce #C08497
Tints of Puce #C08497
RGB
CMYK
RGB Variations
Color information
#C08497 (or 0xC08497) is known color: Puce. HEX triplet: C0, 84 and 97. RGB value is (192,132,151). Sum of RGB (Red+Green+Blue) = 192+132+151=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C08497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08497 is #3F7B68. Grayscale: #989898. Windows color (decimal): -4160361 or 9929920. OLE color: 9929920.
HSL color Cylindrical-coordinate representation of color #C08497: hue angle of 341º 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 #C08497 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 151 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.25 |
| HSL | 341º | 0.32% | 0.64% | - |
| HSV(B) | 341º | 0.31% | 0.75% | - |
| XYZ | 35.58 | 29.94 | 33.18 | - |
| YUV | 152.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 151 | 0 | 0.31 | 0.21 | 0.25 | 341 | 0.32 | 0.64 |
| Hex | C0 | 84 | 97 | 0 | 1F | 15 | 19 | 155 | 20 | 40 |
| Octal | 300 | 204 | 227 | 0 | 37 | 25 | 31 | 525 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10010111 | 0 | 11111 | 10101 | 11001 | 101010101 | 100000 | 1000000 |
Color Harmonies of #C08497
Complementary color
Monochromatic Colors of #C08497
Black with #C08497
Text Example
Text Example
White with #C08497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08497; }
p { color: rgb(192,132,151); }
H1.HeaderClassName
{
color: #C08497;
}
.AnyTagClassName
{
color: #C08497;
}
</style>
background-color css
<style>
a { background-color: #C08497; }
a { background-color: rgb(192,132,151); }
div.DivClassName
{
background-color: #C08497;
}
.BgClassName
{
background-color: #C08497;
}
</style>
border-color css
<style>
span { border-color: #C08497; }
span { border-color: rgb(192,132,151); }
td.TdClassName
{
border-color: #C08497;
}
.TagClassName
{
border-color: #C08497;
}
</style>