Shades of Puce #C88D91
Tints of Puce #C88D91
RGB
CMYK
RGB Variations
Color information
#C88D91 (or 0xC88D91) is known color: Puce. HEX triplet: C8, 8D and 91. RGB value is (200,141,145). Sum of RGB (Red+Green+Blue) = 200+141+145=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D91 is #37726E. Grayscale: #9F9F9F. Windows color (decimal): -3633775 or 9539016. OLE color: 9539016.
HSL color Cylindrical-coordinate representation of color #C88D91: hue angle of 355.93º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88D91 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 145 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.22 |
| HSL | 355.93º | 0.35% | 0.67% | - |
| HSV(B) | 355.93º | 0.3% | 0.78% | - |
| XYZ | 38.46 | 33.37 | 31.2 | - |
| YUV | 159.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 145 | 0 | 0.29 | 0.28 | 0.22 | 355.93 | 0.35 | 0.67 |
| Hex | C8 | 8D | 91 | 0 | 1D | 1C | 16 | 164 | 23 | 43 |
| Octal | 310 | 215 | 221 | 0 | 35 | 34 | 26 | 544 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10010001 | 0 | 11101 | 11100 | 10110 | 101100100 | 100011 | 1000011 |
Color Harmonies of #C88D91
Complementary color
Monochromatic Colors of #C88D91
Black with #C88D91
Text Example
Text Example
White with #C88D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D91; }
p { color: rgb(200,141,145); }
H1.HeaderClassName
{
color: #C88D91;
}
.AnyTagClassName
{
color: #C88D91;
}
</style>
background-color css
<style>
a { background-color: #C88D91; }
a { background-color: rgb(200,141,145); }
div.DivClassName
{
background-color: #C88D91;
}
.BgClassName
{
background-color: #C88D91;
}
</style>
border-color css
<style>
span { border-color: #C88D91; }
span { border-color: rgb(200,141,145); }
td.TdClassName
{
border-color: #C88D91;
}
.TagClassName
{
border-color: #C88D91;
}
</style>