Shades of Puce #C88696
Tints of Puce #C88696
RGB
CMYK
RGB Variations
Color information
#C88696 (or 0xC88696) is known color: Puce. HEX triplet: C8, 86 and 96. RGB value is (200,134,150). Sum of RGB (Red+Green+Blue) = 200+134+150=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C88696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88696 is #377969. Grayscale: #9B9B9B. Windows color (decimal): -3635562 or 9864904. OLE color: 9864904.
HSL color Cylindrical-coordinate representation of color #C88696: hue angle of 345.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 #C88696 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 150 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.22 |
| HSL | 345.45º | 0.38% | 0.65% | - |
| HSV(B) | 345.45º | 0.33% | 0.78% | - |
| XYZ | 37.85 | 31.53 | 32.95 | - |
| YUV | 155.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 150 | 0 | 0.33 | 0.25 | 0.22 | 345.45 | 0.38 | 0.65 |
| Hex | C8 | 86 | 96 | 0 | 21 | 19 | 16 | 159 | 26 | 41 |
| Octal | 310 | 206 | 226 | 0 | 41 | 31 | 26 | 531 | 46 | 101 |
| Binary | 11001000 | 10000110 | 10010110 | 0 | 100001 | 11001 | 10110 | 101011001 | 100110 | 1000001 |
Color Harmonies of #C88696
Complementary color
Monochromatic Colors of #C88696
Black with #C88696
Text Example
Text Example
White with #C88696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88696; }
p { color: rgb(200,134,150); }
H1.HeaderClassName
{
color: #C88696;
}
.AnyTagClassName
{
color: #C88696;
}
</style>
background-color css
<style>
a { background-color: #C88696; }
a { background-color: rgb(200,134,150); }
div.DivClassName
{
background-color: #C88696;
}
.BgClassName
{
background-color: #C88696;
}
</style>
border-color css
<style>
span { border-color: #C88696; }
span { border-color: rgb(200,134,150); }
td.TdClassName
{
border-color: #C88696;
}
.TagClassName
{
border-color: #C88696;
}
</style>