Shades of Puce #C8858C
Tints of Puce #C8858C
RGB
CMYK
RGB Variations
Color information
#C8858C (or 0xC8858C) is known color: Puce. HEX triplet: C8, 85 and 8C. RGB value is (200,133,140). Sum of RGB (Red+Green+Blue) = 200+133+140=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8858C is #377A73. Grayscale: #999999. Windows color (decimal): -3635828 or 9209288. OLE color: 9209288.
HSL color Cylindrical-coordinate representation of color #C8858C: hue angle of 353.73º 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 #C8858C is Cyan = 0, Magento = 0.34, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 140 | - |
| CMYK | 0 | 0.34 | 0.3 | 0.22 |
| HSL | 353.73º | 0.38% | 0.65% | - |
| HSV(B) | 353.73º | 0.34% | 0.78% | - |
| XYZ | 36.94 | 30.95 | 28.84 | - |
| YUV | 153.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 140 | 0 | 0.34 | 0.3 | 0.22 | 353.73 | 0.38 | 0.65 |
| Hex | C8 | 85 | 8C | 0 | 22 | 1E | 16 | 162 | 26 | 41 |
| Octal | 310 | 205 | 214 | 0 | 42 | 36 | 26 | 542 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10001100 | 0 | 100010 | 11110 | 10110 | 101100010 | 100110 | 1000001 |
Color Harmonies of #C8858C
Complementary color
Monochromatic Colors of #C8858C
Black with #C8858C
Text Example
Text Example
White with #C8858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8858C; }
p { color: rgb(200,133,140); }
H1.HeaderClassName
{
color: #C8858C;
}
.AnyTagClassName
{
color: #C8858C;
}
</style>
background-color css
<style>
a { background-color: #C8858C; }
a { background-color: rgb(200,133,140); }
div.DivClassName
{
background-color: #C8858C;
}
.BgClassName
{
background-color: #C8858C;
}
</style>
border-color css
<style>
span { border-color: #C8858C; }
span { border-color: rgb(200,133,140); }
td.TdClassName
{
border-color: #C8858C;
}
.TagClassName
{
border-color: #C8858C;
}
</style>