Shades of Puce #C7889A
Tints of Puce #C7889A
RGB
CMYK
RGB Variations
Color information
#C7889A (or 0xC7889A) is known color: Puce. HEX triplet: C7, 88 and 9A. RGB value is (199,136,154). Sum of RGB (Red+Green+Blue) = 199+136+154=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7889A is #387765. Grayscale: #9C9C9C. Windows color (decimal): -3700582 or 10127559. OLE color: 10127559.
HSL color Cylindrical-coordinate representation of color #C7889A: hue angle of 342.86º 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 #C7889A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 154 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.22 |
| HSL | 342.86º | 0.36% | 0.66% | - |
| HSV(B) | 342.86º | 0.32% | 0.78% | - |
| XYZ | 38.19 | 32.08 | 34.75 | - |
| YUV | 156.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 154 | 0 | 0.32 | 0.23 | 0.22 | 342.86 | 0.36 | 0.66 |
| Hex | C7 | 88 | 9A | 0 | 20 | 17 | 16 | 157 | 24 | 42 |
| Octal | 307 | 210 | 232 | 0 | 40 | 27 | 26 | 527 | 44 | 102 |
| Binary | 11000111 | 10001000 | 10011010 | 0 | 100000 | 10111 | 10110 | 101010111 | 100100 | 1000010 |
Color Harmonies of #C7889A
Complementary color
Monochromatic Colors of #C7889A
Black with #C7889A
Text Example
Text Example
White with #C7889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7889A; }
p { color: rgb(199,136,154); }
H1.HeaderClassName
{
color: #C7889A;
}
.AnyTagClassName
{
color: #C7889A;
}
</style>
background-color css
<style>
a { background-color: #C7889A; }
a { background-color: rgb(199,136,154); }
div.DivClassName
{
background-color: #C7889A;
}
.BgClassName
{
background-color: #C7889A;
}
</style>
border-color css
<style>
span { border-color: #C7889A; }
span { border-color: rgb(199,136,154); }
td.TdClassName
{
border-color: #C7889A;
}
.TagClassName
{
border-color: #C7889A;
}
</style>