Shades of Puce #C8839C
Tints of Puce #C8839C
RGB
CMYK
RGB Variations
Color information
#C8839C (or 0xC8839C) is known color: Puce. HEX triplet: C8, 83 and 9C. RGB value is (200,131,156). Sum of RGB (Red+Green+Blue) = 200+131+156=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8839C is #377C63. Grayscale: #9A9A9A. Windows color (decimal): -3636324 or 10257352. OLE color: 10257352.
HSL color Cylindrical-coordinate representation of color #C8839C: hue angle of 338.26º 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 #C8839C is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 156 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.22 |
| HSL | 338.26º | 0.39% | 0.65% | - |
| HSV(B) | 338.26º | 0.35% | 0.78% | - |
| XYZ | 37.94 | 30.91 | 35.42 | - |
| YUV | 154.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 156 | 0 | 0.34 | 0.22 | 0.22 | 338.26 | 0.39 | 0.65 |
| Hex | C8 | 83 | 9C | 0 | 22 | 16 | 16 | 152 | 27 | 41 |
| Octal | 310 | 203 | 234 | 0 | 42 | 26 | 26 | 522 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10011100 | 0 | 100010 | 10110 | 10110 | 101010010 | 100111 | 1000001 |
Color Harmonies of #C8839C
Complementary color
Monochromatic Colors of #C8839C
Black with #C8839C
Text Example
Text Example
White with #C8839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8839C; }
p { color: rgb(200,131,156); }
H1.HeaderClassName
{
color: #C8839C;
}
.AnyTagClassName
{
color: #C8839C;
}
</style>
background-color css
<style>
a { background-color: #C8839C; }
a { background-color: rgb(200,131,156); }
div.DivClassName
{
background-color: #C8839C;
}
.BgClassName
{
background-color: #C8839C;
}
</style>
border-color css
<style>
span { border-color: #C8839C; }
span { border-color: rgb(200,131,156); }
td.TdClassName
{
border-color: #C8839C;
}
.TagClassName
{
border-color: #C8839C;
}
</style>