Shades of Puce #C88893
Tints of Puce #C88893
RGB
CMYK
RGB Variations
Color information
#C88893 (or 0xC88893) is known color: Puce. HEX triplet: C8, 88 and 93. RGB value is (200,136,147). Sum of RGB (Red+Green+Blue) = 200+136+147=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88893 is #37776C. Grayscale: #9C9C9C. Windows color (decimal): -3635053 or 9668808. OLE color: 9668808.
HSL color Cylindrical-coordinate representation of color #C88893: hue angle of 349.69º 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 #C88893 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 147 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.22 |
| HSL | 349.69º | 0.37% | 0.66% | - |
| HSV(B) | 349.69º | 0.32% | 0.78% | - |
| XYZ | 37.89 | 31.99 | 31.78 | - |
| YUV | 156.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 147 | 0 | 0.32 | 0.26 | 0.22 | 349.69 | 0.37 | 0.66 |
| Hex | C8 | 88 | 93 | 0 | 20 | 1A | 16 | 15E | 25 | 42 |
| Octal | 310 | 210 | 223 | 0 | 40 | 32 | 26 | 536 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10010011 | 0 | 100000 | 11010 | 10110 | 101011110 | 100101 | 1000010 |
Color Harmonies of #C88893
Complementary color
Monochromatic Colors of #C88893
Black with #C88893
Text Example
Text Example
White with #C88893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88893; }
p { color: rgb(200,136,147); }
H1.HeaderClassName
{
color: #C88893;
}
.AnyTagClassName
{
color: #C88893;
}
</style>
background-color css
<style>
a { background-color: #C88893; }
a { background-color: rgb(200,136,147); }
div.DivClassName
{
background-color: #C88893;
}
.BgClassName
{
background-color: #C88893;
}
</style>
border-color css
<style>
span { border-color: #C88893; }
span { border-color: rgb(200,136,147); }
td.TdClassName
{
border-color: #C88893;
}
.TagClassName
{
border-color: #C88893;
}
</style>