Shades of Puce #C7819D
Tints of Puce #C7819D
RGB
CMYK
RGB Variations
Color information
#C7819D (or 0xC7819D) is known color: Puce. HEX triplet: C7, 81 and 9D. RGB value is (199,129,157). Sum of RGB (Red+Green+Blue) = 199+129+157=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7819D is #387E62. Grayscale: #999999. Windows color (decimal): -3702371 or 10322375. OLE color: 10322375.
HSL color Cylindrical-coordinate representation of color #C7819D: hue angle of 336º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7819D is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 157 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.22 |
| HSL | 336º | 0.38% | 0.64% | - |
| HSV(B) | 336º | 0.35% | 0.78% | - |
| XYZ | 37.49 | 30.28 | 35.77 | - |
| YUV | 153.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 157 | 0 | 0.35 | 0.21 | 0.22 | 336 | 0.38 | 0.64 |
| Hex | C7 | 81 | 9D | 0 | 23 | 15 | 16 | 150 | 26 | 40 |
| Octal | 307 | 201 | 235 | 0 | 43 | 25 | 26 | 520 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10011101 | 0 | 100011 | 10101 | 10110 | 101010000 | 100110 | 1000000 |
Color Harmonies of #C7819D
Complementary color
Monochromatic Colors of #C7819D
Black with #C7819D
Text Example
Text Example
White with #C7819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7819D; }
p { color: rgb(199,129,157); }
H1.HeaderClassName
{
color: #C7819D;
}
.AnyTagClassName
{
color: #C7819D;
}
</style>
background-color css
<style>
a { background-color: #C7819D; }
a { background-color: rgb(199,129,157); }
div.DivClassName
{
background-color: #C7819D;
}
.BgClassName
{
background-color: #C7819D;
}
</style>
border-color css
<style>
span { border-color: #C7819D; }
span { border-color: rgb(199,129,157); }
td.TdClassName
{
border-color: #C7819D;
}
.TagClassName
{
border-color: #C7819D;
}
</style>