Shades of Puce #C6809E
Tints of Puce #C6809E
RGB
CMYK
RGB Variations
Color information
#C6809E (or 0xC6809E) is known color: Puce. HEX triplet: C6, 80 and 9E. RGB value is (198,128,158). Sum of RGB (Red+Green+Blue) = 198+128+158=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6809E is #397F61. Grayscale: #989898. Windows color (decimal): -3768162 or 10387654. OLE color: 10387654.
HSL color Cylindrical-coordinate representation of color #C6809E: hue angle of 334.29º 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 #C6809E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 158 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.22 |
| HSL | 334.29º | 0.38% | 0.64% | - |
| HSV(B) | 334.29º | 0.35% | 0.78% | - |
| XYZ | 37.18 | 29.91 | 36.16 | - |
| YUV | 152.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 158 | 0 | 0.35 | 0.20 | 0.22 | 334.29 | 0.38 | 0.64 |
| Hex | C6 | 80 | 9E | 0 | 23 | 14 | 16 | 14E | 26 | 40 |
| Octal | 306 | 200 | 236 | 0 | 43 | 24 | 26 | 516 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10011110 | 0 | 100011 | 10100 | 10110 | 101001110 | 100110 | 1000000 |
Color Harmonies of #C6809E
Complementary color
Monochromatic Colors of #C6809E
Black with #C6809E
Text Example
Text Example
White with #C6809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6809E; }
p { color: rgb(198,128,158); }
H1.HeaderClassName
{
color: #C6809E;
}
.AnyTagClassName
{
color: #C6809E;
}
</style>
background-color css
<style>
a { background-color: #C6809E; }
a { background-color: rgb(198,128,158); }
div.DivClassName
{
background-color: #C6809E;
}
.BgClassName
{
background-color: #C6809E;
}
</style>
border-color css
<style>
span { border-color: #C6809E; }
span { border-color: rgb(198,128,158); }
td.TdClassName
{
border-color: #C6809E;
}
.TagClassName
{
border-color: #C6809E;
}
</style>