Shades of Puce #C7888A
Tints of Puce #C7888A
RGB
CMYK
RGB Variations
Color information
#C7888A (or 0xC7888A) is known color: Puce. HEX triplet: C7, 88 and 8A. RGB value is (199,136,138). Sum of RGB (Red+Green+Blue) = 199+136+138=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7888A is #387775. Grayscale: #9B9B9B. Windows color (decimal): -3700598 or 9078983. OLE color: 9078983.
HSL color Cylindrical-coordinate representation of color #C7888A: hue angle of 358.1º 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 #C7888A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 138 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.22 |
| HSL | 358.1º | 0.36% | 0.66% | - |
| HSV(B) | 358.1º | 0.32% | 0.78% | - |
| XYZ | 36.94 | 31.59 | 28.19 | - |
| YUV | 155.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 138 | 0 | 0.32 | 0.31 | 0.22 | 358.1 | 0.36 | 0.66 |
| Hex | C7 | 88 | 8A | 0 | 20 | 1F | 16 | 166 | 24 | 42 |
| Octal | 307 | 210 | 212 | 0 | 40 | 37 | 26 | 546 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10001010 | 0 | 100000 | 11111 | 10110 | 101100110 | 100100 | 1000010 |
Color Harmonies of #C7888A
Complementary color
Monochromatic Colors of #C7888A
Black with #C7888A
Text Example
Text Example
White with #C7888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7888A; }
p { color: rgb(199,136,138); }
H1.HeaderClassName
{
color: #C7888A;
}
.AnyTagClassName
{
color: #C7888A;
}
</style>
background-color css
<style>
a { background-color: #C7888A; }
a { background-color: rgb(199,136,138); }
div.DivClassName
{
background-color: #C7888A;
}
.BgClassName
{
background-color: #C7888A;
}
</style>
border-color css
<style>
span { border-color: #C7888A; }
span { border-color: rgb(199,136,138); }
td.TdClassName
{
border-color: #C7888A;
}
.TagClassName
{
border-color: #C7888A;
}
</style>