Shades of Puce #C8859B
Tints of Puce #C8859B
RGB
CMYK
RGB Variations
Color information
#C8859B (or 0xC8859B) is known color: Puce. HEX triplet: C8, 85 and 9B. RGB value is (200,133,155). Sum of RGB (Red+Green+Blue) = 200+133+155=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8859B is #377A64. Grayscale: #9B9B9B. Windows color (decimal): -3635813 or 10192328. OLE color: 10192328.
HSL color Cylindrical-coordinate representation of color #C8859B: hue angle of 340.3º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8859B is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 155 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.22 |
| HSL | 340.3º | 0.38% | 0.65% | - |
| HSV(B) | 340.3º | 0.34% | 0.78% | - |
| XYZ | 38.12 | 31.42 | 35.07 | - |
| YUV | 155.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 155 | 0 | 0.34 | 0.22 | 0.22 | 340.3 | 0.38 | 0.65 |
| Hex | C8 | 85 | 9B | 0 | 22 | 16 | 16 | 154 | 26 | 41 |
| Octal | 310 | 205 | 233 | 0 | 42 | 26 | 26 | 524 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10011011 | 0 | 100010 | 10110 | 10110 | 101010100 | 100110 | 1000001 |
Color Harmonies of #C8859B
Complementary color
Monochromatic Colors of #C8859B
Black with #C8859B
Text Example
Text Example
White with #C8859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8859B; }
p { color: rgb(200,133,155); }
H1.HeaderClassName
{
color: #C8859B;
}
.AnyTagClassName
{
color: #C8859B;
}
</style>
background-color css
<style>
a { background-color: #C8859B; }
a { background-color: rgb(200,133,155); }
div.DivClassName
{
background-color: #C8859B;
}
.BgClassName
{
background-color: #C8859B;
}
</style>
border-color css
<style>
span { border-color: #C8859B; }
span { border-color: rgb(200,133,155); }
td.TdClassName
{
border-color: #C8859B;
}
.TagClassName
{
border-color: #C8859B;
}
</style>