Shades of Puce #C08095
Tints of Puce #C08095
RGB
CMYK
RGB Variations
Color information
#C08095 (or 0xC08095) is known color: Puce. HEX triplet: C0, 80 and 95. RGB value is (192,128,149). Sum of RGB (Red+Green+Blue) = 192+128+149=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C08095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08095 is #3F7F6A. Grayscale: #959595. Windows color (decimal): -4161387 or 9797824. OLE color: 9797824.
HSL color Cylindrical-coordinate representation of color #C08095: hue angle of 340.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08095 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 149 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.25 |
| HSL | 340.31º | 0.34% | 0.63% | - |
| HSV(B) | 340.31º | 0.33% | 0.75% | - |
| XYZ | 34.88 | 28.81 | 32.16 | - |
| YUV | 149.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 149 | 0 | 0.33 | 0.22 | 0.25 | 340.31 | 0.34 | 0.63 |
| Hex | C0 | 80 | 95 | 0 | 21 | 16 | 19 | 154 | 22 | 3F |
| Octal | 300 | 200 | 225 | 0 | 41 | 26 | 31 | 524 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10010101 | 0 | 100001 | 10110 | 11001 | 101010100 | 100010 | 111111 |
Color Harmonies of #C08095
Complementary color
Monochromatic Colors of #C08095
Black with #C08095
Text Example
Text Example
White with #C08095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08095; }
p { color: rgb(192,128,149); }
H1.HeaderClassName
{
color: #C08095;
}
.AnyTagClassName
{
color: #C08095;
}
</style>
background-color css
<style>
a { background-color: #C08095; }
a { background-color: rgb(192,128,149); }
div.DivClassName
{
background-color: #C08095;
}
.BgClassName
{
background-color: #C08095;
}
</style>
border-color css
<style>
span { border-color: #C08095; }
span { border-color: rgb(192,128,149); }
td.TdClassName
{
border-color: #C08095;
}
.TagClassName
{
border-color: #C08095;
}
</style>