Shades of Puce #C6819D
Tints of Puce #C6819D
RGB
CMYK
RGB Variations
Color information
#C6819D (or 0xC6819D) is known color: Puce. HEX triplet: C6, 81 and 9D. RGB value is (198,129,157). Sum of RGB (Red+Green+Blue) = 198+129+157=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6819D is #397E62. Grayscale: #989898. Windows color (decimal): -3767907 or 10322374. OLE color: 10322374.
HSL color Cylindrical-coordinate representation of color #C6819D: hue angle of 335.65º 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 #C6819D is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 157 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.22 |
| HSL | 335.65º | 0.38% | 0.64% | - |
| HSV(B) | 335.65º | 0.35% | 0.78% | - |
| XYZ | 37.22 | 30.14 | 35.75 | - |
| YUV | 152.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 157 | 0 | 0.35 | 0.21 | 0.22 | 335.65 | 0.38 | 0.64 |
| Hex | C6 | 81 | 9D | 0 | 23 | 15 | 16 | 150 | 26 | 40 |
| Octal | 306 | 201 | 235 | 0 | 43 | 25 | 26 | 520 | 46 | 100 |
| Binary | 11000110 | 10000001 | 10011101 | 0 | 100011 | 10101 | 10110 | 101010000 | 100110 | 1000000 |
Color Harmonies of #C6819D
Complementary color
Monochromatic Colors of #C6819D
Black with #C6819D
Text Example
Text Example
White with #C6819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6819D; }
p { color: rgb(198,129,157); }
H1.HeaderClassName
{
color: #C6819D;
}
.AnyTagClassName
{
color: #C6819D;
}
</style>
background-color css
<style>
a { background-color: #C6819D; }
a { background-color: rgb(198,129,157); }
div.DivClassName
{
background-color: #C6819D;
}
.BgClassName
{
background-color: #C6819D;
}
</style>
border-color css
<style>
span { border-color: #C6819D; }
span { border-color: rgb(198,129,157); }
td.TdClassName
{
border-color: #C6819D;
}
.TagClassName
{
border-color: #C6819D;
}
</style>