Shades of Puce #C88892
Tints of Puce #C88892
RGB
CMYK
RGB Variations
Color information
#C88892 (or 0xC88892) is known color: Puce. HEX triplet: C8, 88 and 92. RGB value is (200,136,146). Sum of RGB (Red+Green+Blue) = 200+136+146=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C88892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88892 is #37776D. Grayscale: #9C9C9C. Windows color (decimal): -3635054 or 9603272. OLE color: 9603272.
HSL color Cylindrical-coordinate representation of color #C88892: hue angle of 350.62º 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 #C88892 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 146 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.22 |
| HSL | 350.63º | 0.37% | 0.66% | - |
| HSV(B) | 350.63º | 0.32% | 0.78% | - |
| XYZ | 37.81 | 31.96 | 31.37 | - |
| YUV | 156.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 146 | 0 | 0.32 | 0.27 | 0.22 | 350.63 | 0.37 | 0.66 |
| Hex | C8 | 88 | 92 | 0 | 20 | 1B | 16 | 15F | 25 | 42 |
| Octal | 310 | 210 | 222 | 0 | 40 | 33 | 26 | 537 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10010010 | 0 | 100000 | 11011 | 10110 | 101011111 | 100101 | 1000010 |
Color Harmonies of #C88892
Complementary color
Monochromatic Colors of #C88892
Black with #C88892
Text Example
Text Example
White with #C88892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88892; }
p { color: rgb(200,136,146); }
H1.HeaderClassName
{
color: #C88892;
}
.AnyTagClassName
{
color: #C88892;
}
</style>
background-color css
<style>
a { background-color: #C88892; }
a { background-color: rgb(200,136,146); }
div.DivClassName
{
background-color: #C88892;
}
.BgClassName
{
background-color: #C88892;
}
</style>
border-color css
<style>
span { border-color: #C88892; }
span { border-color: rgb(200,136,146); }
td.TdClassName
{
border-color: #C88892;
}
.TagClassName
{
border-color: #C88892;
}
</style>