Shades of Puce #C88791
Tints of Puce #C88791
RGB
CMYK
RGB Variations
Color information
#C88791 (or 0xC88791) is known color: Puce. HEX triplet: C8, 87 and 91. RGB value is (200,135,145). Sum of RGB (Red+Green+Blue) = 200+135+145=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88791 is #37786E. Grayscale: #9B9B9B. Windows color (decimal): -3635311 or 9537480. OLE color: 9537480.
HSL color Cylindrical-coordinate representation of color #C88791: hue angle of 350.77º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88791 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 145 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.22 |
| HSL | 350.77º | 0.37% | 0.66% | - |
| HSV(B) | 350.77º | 0.33% | 0.78% | - |
| XYZ | 37.59 | 31.65 | 30.92 | - |
| YUV | 155.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 145 | 0 | 0.32 | 0.28 | 0.22 | 350.77 | 0.37 | 0.66 |
| Hex | C8 | 87 | 91 | 0 | 20 | 1C | 16 | 15F | 25 | 42 |
| Octal | 310 | 207 | 221 | 0 | 40 | 34 | 26 | 537 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10010001 | 0 | 100000 | 11100 | 10110 | 101011111 | 100101 | 1000010 |
Color Harmonies of #C88791
Complementary color
Monochromatic Colors of #C88791
Black with #C88791
Text Example
Text Example
White with #C88791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88791; }
p { color: rgb(200,135,145); }
H1.HeaderClassName
{
color: #C88791;
}
.AnyTagClassName
{
color: #C88791;
}
</style>
background-color css
<style>
a { background-color: #C88791; }
a { background-color: rgb(200,135,145); }
div.DivClassName
{
background-color: #C88791;
}
.BgClassName
{
background-color: #C88791;
}
</style>
border-color css
<style>
span { border-color: #C88791; }
span { border-color: rgb(200,135,145); }
td.TdClassName
{
border-color: #C88791;
}
.TagClassName
{
border-color: #C88791;
}
</style>