Shades of Puce #C8899D
Tints of Puce #C8899D
RGB
CMYK
RGB Variations
Color information
#C8899D (or 0xC8899D) is known color: Puce. HEX triplet: C8, 89 and 9D. RGB value is (200,137,157). Sum of RGB (Red+Green+Blue) = 200+137+157=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8899D is #377662. Grayscale: #9E9E9E. Windows color (decimal): -3634787 or 10324424. OLE color: 10324424.
HSL color Cylindrical-coordinate representation of color #C8899D: hue angle of 340.95º 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 #C8899D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 157 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.22 |
| HSL | 340.95º | 0.36% | 0.66% | - |
| HSV(B) | 340.95º | 0.32% | 0.78% | - |
| XYZ | 38.85 | 32.61 | 36.14 | - |
| YUV | 158.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 157 | 0 | 0.32 | 0.22 | 0.22 | 340.95 | 0.36 | 0.66 |
| Hex | C8 | 89 | 9D | 0 | 20 | 16 | 16 | 155 | 24 | 42 |
| Octal | 310 | 211 | 235 | 0 | 40 | 26 | 26 | 525 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10011101 | 0 | 100000 | 10110 | 10110 | 101010101 | 100100 | 1000010 |
Color Harmonies of #C8899D
Complementary color
Monochromatic Colors of #C8899D
Black with #C8899D
Text Example
Text Example
White with #C8899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8899D; }
p { color: rgb(200,137,157); }
H1.HeaderClassName
{
color: #C8899D;
}
.AnyTagClassName
{
color: #C8899D;
}
</style>
background-color css
<style>
a { background-color: #C8899D; }
a { background-color: rgb(200,137,157); }
div.DivClassName
{
background-color: #C8899D;
}
.BgClassName
{
background-color: #C8899D;
}
</style>
border-color css
<style>
span { border-color: #C8899D; }
span { border-color: rgb(200,137,157); }
td.TdClassName
{
border-color: #C8899D;
}
.TagClassName
{
border-color: #C8899D;
}
</style>