Shades of Puce #C6819C
Tints of Puce #C6819C
RGB
CMYK
RGB Variations
Color information
#C6819C (or 0xC6819C) is known color: Puce. HEX triplet: C6, 81 and 9C. RGB value is (198,129,156). Sum of RGB (Red+Green+Blue) = 198+129+156=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6819C is #397E63. Grayscale: #989898. Windows color (decimal): -3767908 or 10256838. OLE color: 10256838.
HSL color Cylindrical-coordinate representation of color #C6819C: hue angle of 336.52º 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 #C6819C is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 156 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.22 |
| HSL | 336.52º | 0.38% | 0.64% | - |
| HSV(B) | 336.52º | 0.35% | 0.78% | - |
| XYZ | 37.14 | 30.11 | 35.31 | - |
| YUV | 152.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 156 | 0 | 0.35 | 0.21 | 0.22 | 336.52 | 0.38 | 0.64 |
| Hex | C6 | 81 | 9C | 0 | 23 | 15 | 16 | 151 | 26 | 40 |
| Octal | 306 | 201 | 234 | 0 | 43 | 25 | 26 | 521 | 46 | 100 |
| Binary | 11000110 | 10000001 | 10011100 | 0 | 100011 | 10101 | 10110 | 101010001 | 100110 | 1000000 |
Color Harmonies of #C6819C
Complementary color
Monochromatic Colors of #C6819C
Black with #C6819C
Text Example
Text Example
White with #C6819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6819C; }
p { color: rgb(198,129,156); }
H1.HeaderClassName
{
color: #C6819C;
}
.AnyTagClassName
{
color: #C6819C;
}
</style>
background-color css
<style>
a { background-color: #C6819C; }
a { background-color: rgb(198,129,156); }
div.DivClassName
{
background-color: #C6819C;
}
.BgClassName
{
background-color: #C6819C;
}
</style>
border-color css
<style>
span { border-color: #C6819C; }
span { border-color: rgb(198,129,156); }
td.TdClassName
{
border-color: #C6819C;
}
.TagClassName
{
border-color: #C6819C;
}
</style>