Shades of Puce #C8898C
Tints of Puce #C8898C
RGB
CMYK
RGB Variations
Color information
#C8898C (or 0xC8898C) is known color: Puce. HEX triplet: C8, 89 and 8C. RGB value is (200,137,140). Sum of RGB (Red+Green+Blue) = 200+137+140=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8898C is #377673. Grayscale: #9C9C9C. Windows color (decimal): -3634804 or 9210312. OLE color: 9210312.
HSL color Cylindrical-coordinate representation of color #C8898C: hue angle of 357.14º 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 #C8898C is Cyan = 0, Magento = 0.32, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 140 | - |
| CMYK | 0 | 0.32 | 0.3 | 0.22 |
| HSL | 357.14º | 0.36% | 0.66% | - |
| HSV(B) | 357.14º | 0.32% | 0.78% | - |
| XYZ | 37.5 | 32.06 | 29.02 | - |
| YUV | 156.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 140 | 0 | 0.32 | 0.3 | 0.22 | 357.14 | 0.36 | 0.66 |
| Hex | C8 | 89 | 8C | 0 | 20 | 1E | 16 | 165 | 24 | 42 |
| Octal | 310 | 211 | 214 | 0 | 40 | 36 | 26 | 545 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10001100 | 0 | 100000 | 11110 | 10110 | 101100101 | 100100 | 1000010 |
Color Harmonies of #C8898C
Complementary color
Monochromatic Colors of #C8898C
Black with #C8898C
Text Example
Text Example
White with #C8898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8898C; }
p { color: rgb(200,137,140); }
H1.HeaderClassName
{
color: #C8898C;
}
.AnyTagClassName
{
color: #C8898C;
}
</style>
background-color css
<style>
a { background-color: #C8898C; }
a { background-color: rgb(200,137,140); }
div.DivClassName
{
background-color: #C8898C;
}
.BgClassName
{
background-color: #C8898C;
}
</style>
border-color css
<style>
span { border-color: #C8898C; }
span { border-color: rgb(200,137,140); }
td.TdClassName
{
border-color: #C8898C;
}
.TagClassName
{
border-color: #C8898C;
}
</style>