Shades of Puce #C8868B
Tints of Puce #C8868B
RGB
CMYK
RGB Variations
Color information
#C8868B (or 0xC8868B) is known color: Puce. HEX triplet: C8, 86 and 8B. RGB value is (200,134,139). Sum of RGB (Red+Green+Blue) = 200+134+139=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8868B is #377974. Grayscale: #9A9A9A. Windows color (decimal): -3635573 or 9144008. OLE color: 9144008.
HSL color Cylindrical-coordinate representation of color #C8868B: hue angle of 355.45º 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 #C8868B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 139 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.22 |
| HSL | 355.45º | 0.38% | 0.65% | - |
| HSV(B) | 355.45º | 0.33% | 0.78% | - |
| XYZ | 37 | 31.19 | 28.5 | - |
| YUV | 154.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 139 | 0 | 0.33 | 0.30 | 0.22 | 355.45 | 0.38 | 0.65 |
| Hex | C8 | 86 | 8B | 0 | 21 | 1E | 16 | 163 | 26 | 41 |
| Octal | 310 | 206 | 213 | 0 | 41 | 36 | 26 | 543 | 46 | 101 |
| Binary | 11001000 | 10000110 | 10001011 | 0 | 100001 | 11110 | 10110 | 101100011 | 100110 | 1000001 |
Color Harmonies of #C8868B
Complementary color
Monochromatic Colors of #C8868B
Black with #C8868B
Text Example
Text Example
White with #C8868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8868B; }
p { color: rgb(200,134,139); }
H1.HeaderClassName
{
color: #C8868B;
}
.AnyTagClassName
{
color: #C8868B;
}
</style>
background-color css
<style>
a { background-color: #C8868B; }
a { background-color: rgb(200,134,139); }
div.DivClassName
{
background-color: #C8868B;
}
.BgClassName
{
background-color: #C8868B;
}
</style>
border-color css
<style>
span { border-color: #C8868B; }
span { border-color: rgb(200,134,139); }
td.TdClassName
{
border-color: #C8868B;
}
.TagClassName
{
border-color: #C8868B;
}
</style>