Shades of Puce #C7809E
Tints of Puce #C7809E
RGB
CMYK
RGB Variations
Color information
#C7809E (or 0xC7809E) is known color: Puce. HEX triplet: C7, 80 and 9E. RGB value is (199,128,158). Sum of RGB (Red+Green+Blue) = 199+128+158=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7809E is #387F61. Grayscale: #989898. Windows color (decimal): -3702626 or 10387655. OLE color: 10387655.
HSL color Cylindrical-coordinate representation of color #C7809E: hue angle of 334.65º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7809E is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 158 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.22 |
| HSL | 334.65º | 0.39% | 0.64% | - |
| HSV(B) | 334.65º | 0.36% | 0.78% | - |
| XYZ | 37.44 | 30.05 | 36.17 | - |
| YUV | 152.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 158 | 0 | 0.36 | 0.21 | 0.22 | 334.65 | 0.39 | 0.64 |
| Hex | C7 | 80 | 9E | 0 | 24 | 15 | 16 | 14F | 27 | 40 |
| Octal | 307 | 200 | 236 | 0 | 44 | 25 | 26 | 517 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10011110 | 0 | 100100 | 10101 | 10110 | 101001111 | 100111 | 1000000 |
Color Harmonies of #C7809E
Complementary color
Monochromatic Colors of #C7809E
Black with #C7809E
Text Example
Text Example
White with #C7809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7809E; }
p { color: rgb(199,128,158); }
H1.HeaderClassName
{
color: #C7809E;
}
.AnyTagClassName
{
color: #C7809E;
}
</style>
background-color css
<style>
a { background-color: #C7809E; }
a { background-color: rgb(199,128,158); }
div.DivClassName
{
background-color: #C7809E;
}
.BgClassName
{
background-color: #C7809E;
}
</style>
border-color css
<style>
span { border-color: #C7809E; }
span { border-color: rgb(199,128,158); }
td.TdClassName
{
border-color: #C7809E;
}
.TagClassName
{
border-color: #C7809E;
}
</style>