Shades of Puce #C88B8E
Tints of Puce #C88B8E
RGB
CMYK
RGB Variations
Color information
#C88B8E (or 0xC88B8E) is known color: Puce. HEX triplet: C8, 8B and 8E. RGB value is (200,139,142). Sum of RGB (Red+Green+Blue) = 200+139+142=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88B8E is #377471. Grayscale: #9D9D9D. Windows color (decimal): -3634290 or 9341896. OLE color: 9341896.
HSL color Cylindrical-coordinate representation of color #C88B8E: hue angle of 357.05º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88B8E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 142 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.22 |
| HSL | 357.05º | 0.36% | 0.66% | - |
| HSV(B) | 357.05º | 0.31% | 0.78% | - |
| XYZ | 37.93 | 32.7 | 29.9 | - |
| YUV | 157.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 142 | 0 | 0.30 | 0.29 | 0.22 | 357.05 | 0.36 | 0.66 |
| Hex | C8 | 8B | 8E | 0 | 1E | 1D | 16 | 165 | 24 | 42 |
| Octal | 310 | 213 | 216 | 0 | 36 | 35 | 26 | 545 | 44 | 102 |
| Binary | 11001000 | 10001011 | 10001110 | 0 | 11110 | 11101 | 10110 | 101100101 | 100100 | 1000010 |
Color Harmonies of #C88B8E
Complementary color
Monochromatic Colors of #C88B8E
Black with #C88B8E
Text Example
Text Example
White with #C88B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B8E; }
p { color: rgb(200,139,142); }
H1.HeaderClassName
{
color: #C88B8E;
}
.AnyTagClassName
{
color: #C88B8E;
}
</style>
background-color css
<style>
a { background-color: #C88B8E; }
a { background-color: rgb(200,139,142); }
div.DivClassName
{
background-color: #C88B8E;
}
.BgClassName
{
background-color: #C88B8E;
}
</style>
border-color css
<style>
span { border-color: #C88B8E; }
span { border-color: rgb(200,139,142); }
td.TdClassName
{
border-color: #C88B8E;
}
.TagClassName
{
border-color: #C88B8E;
}
</style>