Shades of Puce #C7899A
Tints of Puce #C7899A
RGB
CMYK
RGB Variations
Color information
#C7899A (or 0xC7899A) is known color: Puce. HEX triplet: C7, 89 and 9A. RGB value is (199,137,154). Sum of RGB (Red+Green+Blue) = 199+137+154=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7899A is #387665. Grayscale: #9D9D9D. Windows color (decimal): -3700326 or 10127815. OLE color: 10127815.
HSL color Cylindrical-coordinate representation of color #C7899A: hue angle of 343.55º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7899A is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 154 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.22 |
| HSL | 343.55º | 0.36% | 0.66% | - |
| HSV(B) | 343.55º | 0.31% | 0.78% | - |
| XYZ | 38.33 | 32.37 | 34.8 | - |
| YUV | 157.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 154 | 0 | 0.31 | 0.23 | 0.22 | 343.55 | 0.36 | 0.66 |
| Hex | C7 | 89 | 9A | 0 | 1F | 17 | 16 | 158 | 24 | 42 |
| Octal | 307 | 211 | 232 | 0 | 37 | 27 | 26 | 530 | 44 | 102 |
| Binary | 11000111 | 10001001 | 10011010 | 0 | 11111 | 10111 | 10110 | 101011000 | 100100 | 1000010 |
Color Harmonies of #C7899A
Complementary color
Monochromatic Colors of #C7899A
Black with #C7899A
Text Example
Text Example
White with #C7899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7899A; }
p { color: rgb(199,137,154); }
H1.HeaderClassName
{
color: #C7899A;
}
.AnyTagClassName
{
color: #C7899A;
}
</style>
background-color css
<style>
a { background-color: #C7899A; }
a { background-color: rgb(199,137,154); }
div.DivClassName
{
background-color: #C7899A;
}
.BgClassName
{
background-color: #C7899A;
}
</style>
border-color css
<style>
span { border-color: #C7899A; }
span { border-color: rgb(199,137,154); }
td.TdClassName
{
border-color: #C7899A;
}
.TagClassName
{
border-color: #C7899A;
}
</style>