Shades of Puce #C88995
Tints of Puce #C88995
RGB
CMYK
RGB Variations
Color information
#C88995 (or 0xC88995) is known color: Puce. HEX triplet: C8, 89 and 95. RGB value is (200,137,149). Sum of RGB (Red+Green+Blue) = 200+137+149=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C88995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88995 is #37766A. Grayscale: #9D9D9D. Windows color (decimal): -3634795 or 9800136. OLE color: 9800136.
HSL color Cylindrical-coordinate representation of color #C88995: hue angle of 348.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88995 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 149 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.22 |
| HSL | 348.57º | 0.36% | 0.66% | - |
| HSV(B) | 348.57º | 0.32% | 0.78% | - |
| XYZ | 38.19 | 32.34 | 32.66 | - |
| YUV | 157.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 149 | 0 | 0.32 | 0.26 | 0.22 | 348.57 | 0.36 | 0.66 |
| Hex | C8 | 89 | 95 | 0 | 20 | 1A | 16 | 15D | 24 | 42 |
| Octal | 310 | 211 | 225 | 0 | 40 | 32 | 26 | 535 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10010101 | 0 | 100000 | 11010 | 10110 | 101011101 | 100100 | 1000010 |
Color Harmonies of #C88995
Complementary color
Monochromatic Colors of #C88995
Black with #C88995
Text Example
Text Example
White with #C88995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88995; }
p { color: rgb(200,137,149); }
H1.HeaderClassName
{
color: #C88995;
}
.AnyTagClassName
{
color: #C88995;
}
</style>
background-color css
<style>
a { background-color: #C88995; }
a { background-color: rgb(200,137,149); }
div.DivClassName
{
background-color: #C88995;
}
.BgClassName
{
background-color: #C88995;
}
</style>
border-color css
<style>
span { border-color: #C88995; }
span { border-color: rgb(200,137,149); }
td.TdClassName
{
border-color: #C88995;
}
.TagClassName
{
border-color: #C88995;
}
</style>