Shades of Puce #C88F96
Tints of Puce #C88F96
RGB
CMYK
RGB Variations
Color information
#C88F96 (or 0xC88F96) is known color: Puce. HEX triplet: C8, 8F and 96. RGB value is (200,143,150). Sum of RGB (Red+Green+Blue) = 200+143+150=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F96 is #377069. Grayscale: #A0A0A0. Windows color (decimal): -3633258 or 9867208. OLE color: 9867208.
HSL color Cylindrical-coordinate representation of color #C88F96: hue angle of 352.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88F96 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 150 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.22 |
| HSL | 352.63º | 0.34% | 0.67% | - |
| HSV(B) | 352.63º | 0.29% | 0.78% | - |
| XYZ | 39.15 | 34.13 | 33.38 | - |
| YUV | 160.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 150 | 0 | 0.28 | 0.25 | 0.22 | 352.63 | 0.34 | 0.67 |
| Hex | C8 | 8F | 96 | 0 | 1C | 19 | 16 | 161 | 22 | 43 |
| Octal | 310 | 217 | 226 | 0 | 34 | 31 | 26 | 541 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10010110 | 0 | 11100 | 11001 | 10110 | 101100001 | 100010 | 1000011 |
Color Harmonies of #C88F96
Complementary color
Monochromatic Colors of #C88F96
Black with #C88F96
Text Example
Text Example
White with #C88F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F96; }
p { color: rgb(200,143,150); }
H1.HeaderClassName
{
color: #C88F96;
}
.AnyTagClassName
{
color: #C88F96;
}
</style>
background-color css
<style>
a { background-color: #C88F96; }
a { background-color: rgb(200,143,150); }
div.DivClassName
{
background-color: #C88F96;
}
.BgClassName
{
background-color: #C88F96;
}
</style>
border-color css
<style>
span { border-color: #C88F96; }
span { border-color: rgb(200,143,150); }
td.TdClassName
{
border-color: #C88F96;
}
.TagClassName
{
border-color: #C88F96;
}
</style>