Shades of Puce #C8839D
Tints of Puce #C8839D
RGB
CMYK
RGB Variations
Color information
#C8839D (or 0xC8839D) is known color: Puce. HEX triplet: C8, 83 and 9D. RGB value is (200,131,157). Sum of RGB (Red+Green+Blue) = 200+131+157=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8839D is #377C62. Grayscale: #9A9A9A. Windows color (decimal): -3636323 or 10322888. OLE color: 10322888.
HSL color Cylindrical-coordinate representation of color #C8839D: hue angle of 337.39º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8839D is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 157 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.22 |
| HSL | 337.39º | 0.39% | 0.65% | - |
| HSV(B) | 337.39º | 0.35% | 0.78% | - |
| XYZ | 38.02 | 30.95 | 35.87 | - |
| YUV | 154.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 157 | 0 | 0.34 | 0.22 | 0.22 | 337.39 | 0.39 | 0.65 |
| Hex | C8 | 83 | 9D | 0 | 22 | 16 | 16 | 151 | 27 | 41 |
| Octal | 310 | 203 | 235 | 0 | 42 | 26 | 26 | 521 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10011101 | 0 | 100010 | 10110 | 10110 | 101010001 | 100111 | 1000001 |
Color Harmonies of #C8839D
Complementary color
Monochromatic Colors of #C8839D
Black with #C8839D
Text Example
Text Example
White with #C8839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8839D; }
p { color: rgb(200,131,157); }
H1.HeaderClassName
{
color: #C8839D;
}
.AnyTagClassName
{
color: #C8839D;
}
</style>
background-color css
<style>
a { background-color: #C8839D; }
a { background-color: rgb(200,131,157); }
div.DivClassName
{
background-color: #C8839D;
}
.BgClassName
{
background-color: #C8839D;
}
</style>
border-color css
<style>
span { border-color: #C8839D; }
span { border-color: rgb(200,131,157); }
td.TdClassName
{
border-color: #C8839D;
}
.TagClassName
{
border-color: #C8839D;
}
</style>