Shades of Puce #C8878D
Tints of Puce #C8878D
RGB
CMYK
RGB Variations
Color information
#C8878D (or 0xC8878D) is known color: Puce. HEX triplet: C8, 87 and 8D. RGB value is (200,135,141). Sum of RGB (Red+Green+Blue) = 200+135+141=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8878D is #377872. Grayscale: #9B9B9B. Windows color (decimal): -3635315 or 9275336. OLE color: 9275336.
HSL color Cylindrical-coordinate representation of color #C8878D: hue angle of 354.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 #C8878D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 141 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.22 |
| HSL | 354.46º | 0.37% | 0.66% | - |
| HSV(B) | 354.46º | 0.33% | 0.78% | - |
| XYZ | 37.29 | 31.53 | 29.32 | - |
| YUV | 155.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 141 | 0 | 0.32 | 0.29 | 0.22 | 354.46 | 0.37 | 0.66 |
| Hex | C8 | 87 | 8D | 0 | 20 | 1D | 16 | 162 | 25 | 42 |
| Octal | 310 | 207 | 215 | 0 | 40 | 35 | 26 | 542 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10001101 | 0 | 100000 | 11101 | 10110 | 101100010 | 100101 | 1000010 |
Color Harmonies of #C8878D
Complementary color
Monochromatic Colors of #C8878D
Black with #C8878D
Text Example
Text Example
White with #C8878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8878D; }
p { color: rgb(200,135,141); }
H1.HeaderClassName
{
color: #C8878D;
}
.AnyTagClassName
{
color: #C8878D;
}
</style>
background-color css
<style>
a { background-color: #C8878D; }
a { background-color: rgb(200,135,141); }
div.DivClassName
{
background-color: #C8878D;
}
.BgClassName
{
background-color: #C8878D;
}
</style>
border-color css
<style>
span { border-color: #C8878D; }
span { border-color: rgb(200,135,141); }
td.TdClassName
{
border-color: #C8878D;
}
.TagClassName
{
border-color: #C8878D;
}
</style>