Shades of Puce #C88097
Tints of Puce #C88097
RGB
CMYK
RGB Variations
Color information
#C88097 (or 0xC88097) is known color: Puce. HEX triplet: C8, 80 and 97. RGB value is (200,128,151). Sum of RGB (Red+Green+Blue) = 200+128+151=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88097 is #377F68. Grayscale: #989898. Windows color (decimal): -3637097 or 9928904. OLE color: 9928904.
HSL color Cylindrical-coordinate representation of color #C88097: hue angle of 340.83º 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 #C88097 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 151 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.22 |
| HSL | 340.83º | 0.4% | 0.64% | - |
| HSV(B) | 340.83º | 0.36% | 0.78% | - |
| XYZ | 37.12 | 29.95 | 33.1 | - |
| YUV | 152.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 151 | 0 | 0.36 | 0.24 | 0.22 | 340.83 | 0.4 | 0.64 |
| Hex | C8 | 80 | 97 | 0 | 24 | 18 | 16 | 155 | 28 | 40 |
| Octal | 310 | 200 | 227 | 0 | 44 | 30 | 26 | 525 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10010111 | 0 | 100100 | 11000 | 10110 | 101010101 | 101000 | 1000000 |
Color Harmonies of #C88097
Complementary color
Monochromatic Colors of #C88097
Black with #C88097
Text Example
Text Example
White with #C88097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88097; }
p { color: rgb(200,128,151); }
H1.HeaderClassName
{
color: #C88097;
}
.AnyTagClassName
{
color: #C88097;
}
</style>
background-color css
<style>
a { background-color: #C88097; }
a { background-color: rgb(200,128,151); }
div.DivClassName
{
background-color: #C88097;
}
.BgClassName
{
background-color: #C88097;
}
</style>
border-color css
<style>
span { border-color: #C88097; }
span { border-color: rgb(200,128,151); }
td.TdClassName
{
border-color: #C88097;
}
.TagClassName
{
border-color: #C88097;
}
</style>