Shades of Puce #C88D93
Tints of Puce #C88D93
RGB
CMYK
RGB Variations
Color information
#C88D93 (or 0xC88D93) is known color: Puce. HEX triplet: C8, 8D and 93. RGB value is (200,141,147). Sum of RGB (Red+Green+Blue) = 200+141+147=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D93 is #37726C. Grayscale: #9F9F9F. Windows color (decimal): -3633773 or 9670088. OLE color: 9670088.
HSL color Cylindrical-coordinate representation of color #C88D93: hue angle of 353.9º 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 #C88D93 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 147 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.22 |
| HSL | 353.9º | 0.35% | 0.67% | - |
| HSV(B) | 353.9º | 0.3% | 0.78% | - |
| XYZ | 38.61 | 33.44 | 32.02 | - |
| YUV | 159.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 147 | 0 | 0.29 | 0.26 | 0.22 | 353.9 | 0.35 | 0.67 |
| Hex | C8 | 8D | 93 | 0 | 1D | 1A | 16 | 162 | 23 | 43 |
| Octal | 310 | 215 | 223 | 0 | 35 | 32 | 26 | 542 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10010011 | 0 | 11101 | 11010 | 10110 | 101100010 | 100011 | 1000011 |
Color Harmonies of #C88D93
Complementary color
Monochromatic Colors of #C88D93
Black with #C88D93
Text Example
Text Example
White with #C88D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D93; }
p { color: rgb(200,141,147); }
H1.HeaderClassName
{
color: #C88D93;
}
.AnyTagClassName
{
color: #C88D93;
}
</style>
background-color css
<style>
a { background-color: #C88D93; }
a { background-color: rgb(200,141,147); }
div.DivClassName
{
background-color: #C88D93;
}
.BgClassName
{
background-color: #C88D93;
}
</style>
border-color css
<style>
span { border-color: #C88D93; }
span { border-color: rgb(200,141,147); }
td.TdClassName
{
border-color: #C88D93;
}
.TagClassName
{
border-color: #C88D93;
}
</style>