Shades of Puce #C8869B
Tints of Puce #C8869B
RGB
CMYK
RGB Variations
Color information
#C8869B (or 0xC8869B) is known color: Puce. HEX triplet: C8, 86 and 9B. RGB value is (200,134,155). Sum of RGB (Red+Green+Blue) = 200+134+155=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8869B is #377964. Grayscale: #9C9C9C. Windows color (decimal): -3635557 or 10192584. OLE color: 10192584.
HSL color Cylindrical-coordinate representation of color #C8869B: hue angle of 340.91º 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 #C8869B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 155 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.22 |
| HSL | 340.91º | 0.38% | 0.65% | - |
| HSV(B) | 340.91º | 0.33% | 0.78% | - |
| XYZ | 38.26 | 31.7 | 35.11 | - |
| YUV | 156.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 155 | 0 | 0.33 | 0.22 | 0.22 | 340.91 | 0.38 | 0.65 |
| Hex | C8 | 86 | 9B | 0 | 21 | 16 | 16 | 155 | 26 | 41 |
| Octal | 310 | 206 | 233 | 0 | 41 | 26 | 26 | 525 | 46 | 101 |
| Binary | 11001000 | 10000110 | 10011011 | 0 | 100001 | 10110 | 10110 | 101010101 | 100110 | 1000001 |
Color Harmonies of #C8869B
Complementary color
Monochromatic Colors of #C8869B
Black with #C8869B
Text Example
Text Example
White with #C8869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8869B; }
p { color: rgb(200,134,155); }
H1.HeaderClassName
{
color: #C8869B;
}
.AnyTagClassName
{
color: #C8869B;
}
</style>
background-color css
<style>
a { background-color: #C8869B; }
a { background-color: rgb(200,134,155); }
div.DivClassName
{
background-color: #C8869B;
}
.BgClassName
{
background-color: #C8869B;
}
</style>
border-color css
<style>
span { border-color: #C8869B; }
span { border-color: rgb(200,134,155); }
td.TdClassName
{
border-color: #C8869B;
}
.TagClassName
{
border-color: #C8869B;
}
</style>