Shades of Puce #C7888D
Tints of Puce #C7888D
RGB
CMYK
RGB Variations
Color information
#C7888D (or 0xC7888D) is known color: Puce. HEX triplet: C7, 88 and 8D. RGB value is (199,136,141). Sum of RGB (Red+Green+Blue) = 199+136+141=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888D is #387772. Grayscale: #9B9B9B. Windows color (decimal): -3700595 or 9275591. OLE color: 9275591.
HSL color Cylindrical-coordinate representation of color #C7888D: hue angle of 355.24º degrees, saturation: 0.36, 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 #C7888D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 141 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.22 |
| HSL | 355.24º | 0.36% | 0.66% | - |
| HSV(B) | 355.24º | 0.32% | 0.78% | - |
| XYZ | 37.17 | 31.67 | 29.35 | - |
| YUV | 155.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 141 | 0 | 0.32 | 0.29 | 0.22 | 355.24 | 0.36 | 0.66 |
| Hex | C7 | 88 | 8D | 0 | 20 | 1D | 16 | 163 | 24 | 42 |
| Octal | 307 | 210 | 215 | 0 | 40 | 35 | 26 | 543 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10001101 | 0 | 100000 | 11101 | 10110 | 101100011 | 100100 | 1000010 |
Color Harmonies of #C7888D
Complementary color
Monochromatic Colors of #C7888D
Black with #C7888D
Text Example
Text Example
White with #C7888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7888D; }
p { color: rgb(199,136,141); }
H1.HeaderClassName
{
color: #C7888D;
}
.AnyTagClassName
{
color: #C7888D;
}
</style>
background-color css
<style>
a { background-color: #C7888D; }
a { background-color: rgb(199,136,141); }
div.DivClassName
{
background-color: #C7888D;
}
.BgClassName
{
background-color: #C7888D;
}
</style>
border-color css
<style>
span { border-color: #C7888D; }
span { border-color: rgb(199,136,141); }
td.TdClassName
{
border-color: #C7888D;
}
.TagClassName
{
border-color: #C7888D;
}
</style>