Shades of Puce #C8879A
Tints of Puce #C8879A
RGB
CMYK
RGB Variations
Color information
#C8879A (or 0xC8879A) is known color: Puce. HEX triplet: C8, 87 and 9A. RGB value is (200,135,154). Sum of RGB (Red+Green+Blue) = 200+135+154=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8879A is #377865. Grayscale: #9C9C9C. Windows color (decimal): -3635302 or 10127304. OLE color: 10127304.
HSL color Cylindrical-coordinate representation of color #C8879A: hue angle of 342.46º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8879A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 154 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.22 |
| HSL | 342.46º | 0.37% | 0.66% | - |
| HSV(B) | 342.46º | 0.33% | 0.78% | - |
| XYZ | 38.32 | 31.94 | 34.72 | - |
| YUV | 156.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 154 | 0 | 0.32 | 0.23 | 0.22 | 342.46 | 0.37 | 0.66 |
| Hex | C8 | 87 | 9A | 0 | 20 | 17 | 16 | 156 | 25 | 42 |
| Octal | 310 | 207 | 232 | 0 | 40 | 27 | 26 | 526 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10011010 | 0 | 100000 | 10111 | 10110 | 101010110 | 100101 | 1000010 |
Color Harmonies of #C8879A
Complementary color
Monochromatic Colors of #C8879A
Black with #C8879A
Text Example
Text Example
White with #C8879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8879A; }
p { color: rgb(200,135,154); }
H1.HeaderClassName
{
color: #C8879A;
}
.AnyTagClassName
{
color: #C8879A;
}
</style>
background-color css
<style>
a { background-color: #C8879A; }
a { background-color: rgb(200,135,154); }
div.DivClassName
{
background-color: #C8879A;
}
.BgClassName
{
background-color: #C8879A;
}
</style>
border-color css
<style>
span { border-color: #C8879A; }
span { border-color: rgb(200,135,154); }
td.TdClassName
{
border-color: #C8879A;
}
.TagClassName
{
border-color: #C8879A;
}
</style>