Shades of Puce #C8898E
Tints of Puce #C8898E
RGB
CMYK
RGB Variations
Color information
#C8898E (or 0xC8898E) is known color: Puce. HEX triplet: C8, 89 and 8E. RGB value is (200,137,142). Sum of RGB (Red+Green+Blue) = 200+137+142=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8898E is #377671. Grayscale: #9C9C9C. Windows color (decimal): -3634802 or 9341384. OLE color: 9341384.
HSL color Cylindrical-coordinate representation of color #C8898E: hue angle of 355.24º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8898E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 142 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.22 |
| HSL | 355.24º | 0.36% | 0.66% | - |
| HSV(B) | 355.24º | 0.32% | 0.78% | - |
| XYZ | 37.65 | 32.12 | 29.81 | - |
| YUV | 156.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 142 | 0 | 0.32 | 0.29 | 0.22 | 355.24 | 0.36 | 0.66 |
| Hex | C8 | 89 | 8E | 0 | 20 | 1D | 16 | 163 | 24 | 42 |
| Octal | 310 | 211 | 216 | 0 | 40 | 35 | 26 | 543 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10001110 | 0 | 100000 | 11101 | 10110 | 101100011 | 100100 | 1000010 |
Color Harmonies of #C8898E
Complementary color
Monochromatic Colors of #C8898E
Black with #C8898E
Text Example
Text Example
White with #C8898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8898E; }
p { color: rgb(200,137,142); }
H1.HeaderClassName
{
color: #C8898E;
}
.AnyTagClassName
{
color: #C8898E;
}
</style>
background-color css
<style>
a { background-color: #C8898E; }
a { background-color: rgb(200,137,142); }
div.DivClassName
{
background-color: #C8898E;
}
.BgClassName
{
background-color: #C8898E;
}
</style>
border-color css
<style>
span { border-color: #C8898E; }
span { border-color: rgb(200,137,142); }
td.TdClassName
{
border-color: #C8898E;
}
.TagClassName
{
border-color: #C8898E;
}
</style>