Shades of Puce #C6819E
Tints of Puce #C6819E
RGB
CMYK
RGB Variations
Color information
#C6819E (or 0xC6819E) is known color: Puce. HEX triplet: C6, 81 and 9E. RGB value is (198,129,158). Sum of RGB (Red+Green+Blue) = 198+129+158=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6819E is #397E61. Grayscale: #989898. Windows color (decimal): -3767906 or 10387910. OLE color: 10387910.
HSL color Cylindrical-coordinate representation of color #C6819E: hue angle of 334.78º 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 #C6819E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 158 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.22 |
| HSL | 334.78º | 0.38% | 0.64% | - |
| HSV(B) | 334.78º | 0.35% | 0.78% | - |
| XYZ | 37.31 | 30.17 | 36.21 | - |
| YUV | 152.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 158 | 0 | 0.35 | 0.20 | 0.22 | 334.78 | 0.38 | 0.64 |
| Hex | C6 | 81 | 9E | 0 | 23 | 14 | 16 | 14F | 26 | 40 |
| Octal | 306 | 201 | 236 | 0 | 43 | 24 | 26 | 517 | 46 | 100 |
| Binary | 11000110 | 10000001 | 10011110 | 0 | 100011 | 10100 | 10110 | 101001111 | 100110 | 1000000 |
Color Harmonies of #C6819E
Complementary color
Monochromatic Colors of #C6819E
Black with #C6819E
Text Example
Text Example
White with #C6819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6819E; }
p { color: rgb(198,129,158); }
H1.HeaderClassName
{
color: #C6819E;
}
.AnyTagClassName
{
color: #C6819E;
}
</style>
background-color css
<style>
a { background-color: #C6819E; }
a { background-color: rgb(198,129,158); }
div.DivClassName
{
background-color: #C6819E;
}
.BgClassName
{
background-color: #C6819E;
}
</style>
border-color css
<style>
span { border-color: #C6819E; }
span { border-color: rgb(198,129,158); }
td.TdClassName
{
border-color: #C6819E;
}
.TagClassName
{
border-color: #C6819E;
}
</style>