Shades of Puce #C08098
Tints of Puce #C08098
RGB
CMYK
RGB Variations
Color information
#C08098 (or 0xC08098) is known color: Puce. HEX triplet: C0, 80 and 98. RGB value is (192,128,152). Sum of RGB (Red+Green+Blue) = 192+128+152=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C08098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08098 is #3F7F67. Grayscale: #959595. Windows color (decimal): -4161384 or 9994432. OLE color: 9994432.
HSL color Cylindrical-coordinate representation of color #C08098: hue angle of 337.5º 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 #C08098 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 152 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.25 |
| HSL | 337.5º | 0.34% | 0.63% | - |
| HSV(B) | 337.5º | 0.33% | 0.75% | - |
| XYZ | 35.12 | 28.91 | 33.44 | - |
| YUV | 149.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 152 | 0 | 0.33 | 0.21 | 0.25 | 337.5 | 0.34 | 0.63 |
| Hex | C0 | 80 | 98 | 0 | 21 | 15 | 19 | 152 | 22 | 3F |
| Octal | 300 | 200 | 230 | 0 | 41 | 25 | 31 | 522 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10011000 | 0 | 100001 | 10101 | 11001 | 101010010 | 100010 | 111111 |
Color Harmonies of #C08098
Complementary color
Monochromatic Colors of #C08098
Black with #C08098
Text Example
Text Example
White with #C08098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08098; }
p { color: rgb(192,128,152); }
H1.HeaderClassName
{
color: #C08098;
}
.AnyTagClassName
{
color: #C08098;
}
</style>
background-color css
<style>
a { background-color: #C08098; }
a { background-color: rgb(192,128,152); }
div.DivClassName
{
background-color: #C08098;
}
.BgClassName
{
background-color: #C08098;
}
</style>
border-color css
<style>
span { border-color: #C08098; }
span { border-color: rgb(192,128,152); }
td.TdClassName
{
border-color: #C08098;
}
.TagClassName
{
border-color: #C08098;
}
</style>