Shades of Puce #C88098
Tints of Puce #C88098
RGB
CMYK
RGB Variations
Color information
#C88098 (or 0xC88098) is known color: Puce. HEX triplet: C8, 80 and 98. RGB value is (200,128,152). Sum of RGB (Red+Green+Blue) = 200+128+152=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88098 is #377F67. Grayscale: #989898. Windows color (decimal): -3637096 or 9994440. OLE color: 9994440.
HSL color Cylindrical-coordinate representation of color #C88098: hue angle of 340º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88098 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 152 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.22 |
| HSL | 340º | 0.4% | 0.64% | - |
| HSV(B) | 340º | 0.36% | 0.78% | - |
| XYZ | 37.21 | 29.98 | 33.53 | - |
| YUV | 152.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 152 | 0 | 0.36 | 0.24 | 0.22 | 340 | 0.4 | 0.64 |
| Hex | C8 | 80 | 98 | 0 | 24 | 18 | 16 | 154 | 28 | 40 |
| Octal | 310 | 200 | 230 | 0 | 44 | 30 | 26 | 524 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10011000 | 0 | 100100 | 11000 | 10110 | 101010100 | 101000 | 1000000 |
Color Harmonies of #C88098
Complementary color
Monochromatic Colors of #C88098
Black with #C88098
Text Example
Text Example
White with #C88098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88098; }
p { color: rgb(200,128,152); }
H1.HeaderClassName
{
color: #C88098;
}
.AnyTagClassName
{
color: #C88098;
}
</style>
background-color css
<style>
a { background-color: #C88098; }
a { background-color: rgb(200,128,152); }
div.DivClassName
{
background-color: #C88098;
}
.BgClassName
{
background-color: #C88098;
}
</style>
border-color css
<style>
span { border-color: #C88098; }
span { border-color: rgb(200,128,152); }
td.TdClassName
{
border-color: #C88098;
}
.TagClassName
{
border-color: #C88098;
}
</style>