Shades of Puce #C8898F
Tints of Puce #C8898F
RGB
CMYK
RGB Variations
Color information
#C8898F (or 0xC8898F) is known color: Puce. HEX triplet: C8, 89 and 8F. RGB value is (200,137,143). Sum of RGB (Red+Green+Blue) = 200+137+143=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8898F is #377670. Grayscale: #9C9C9C. Windows color (decimal): -3634801 or 9406920. OLE color: 9406920.
HSL color Cylindrical-coordinate representation of color #C8898F: hue angle of 354.29º 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 #C8898F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 143 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.22 |
| HSL | 354.29º | 0.36% | 0.66% | - |
| HSV(B) | 354.29º | 0.32% | 0.78% | - |
| XYZ | 37.72 | 32.15 | 30.2 | - |
| YUV | 156.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 143 | 0 | 0.32 | 0.28 | 0.22 | 354.29 | 0.36 | 0.66 |
| Hex | C8 | 89 | 8F | 0 | 20 | 1C | 16 | 162 | 24 | 42 |
| Octal | 310 | 211 | 217 | 0 | 40 | 34 | 26 | 542 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10001111 | 0 | 100000 | 11100 | 10110 | 101100010 | 100100 | 1000010 |
Color Harmonies of #C8898F
Complementary color
Monochromatic Colors of #C8898F
Black with #C8898F
Text Example
Text Example
White with #C8898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8898F; }
p { color: rgb(200,137,143); }
H1.HeaderClassName
{
color: #C8898F;
}
.AnyTagClassName
{
color: #C8898F;
}
</style>
background-color css
<style>
a { background-color: #C8898F; }
a { background-color: rgb(200,137,143); }
div.DivClassName
{
background-color: #C8898F;
}
.BgClassName
{
background-color: #C8898F;
}
</style>
border-color css
<style>
span { border-color: #C8898F; }
span { border-color: rgb(200,137,143); }
td.TdClassName
{
border-color: #C8898F;
}
.TagClassName
{
border-color: #C8898F;
}
</style>