Shades of Puce #C6839B
Tints of Puce #C6839B
RGB
CMYK
RGB Variations
Color information
#C6839B (or 0xC6839B) is known color: Puce. HEX triplet: C6, 83 and 9B. RGB value is (198,131,155). Sum of RGB (Red+Green+Blue) = 198+131+155=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6839B is #397C64. Grayscale: #999999. Windows color (decimal): -3767397 or 10191814. OLE color: 10191814.
HSL color Cylindrical-coordinate representation of color #C6839B: hue angle of 338.51º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6839B is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 155 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.22 |
| HSL | 338.51º | 0.37% | 0.65% | - |
| HSV(B) | 338.51º | 0.34% | 0.78% | - |
| XYZ | 37.32 | 30.6 | 34.95 | - |
| YUV | 153.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 155 | 0 | 0.34 | 0.22 | 0.22 | 338.51 | 0.37 | 0.65 |
| Hex | C6 | 83 | 9B | 0 | 22 | 16 | 16 | 153 | 25 | 41 |
| Octal | 306 | 203 | 233 | 0 | 42 | 26 | 26 | 523 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10011011 | 0 | 100010 | 10110 | 10110 | 101010011 | 100101 | 1000001 |
Color Harmonies of #C6839B
Complementary color
Monochromatic Colors of #C6839B
Black with #C6839B
Text Example
Text Example
White with #C6839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6839B; }
p { color: rgb(198,131,155); }
H1.HeaderClassName
{
color: #C6839B;
}
.AnyTagClassName
{
color: #C6839B;
}
</style>
background-color css
<style>
a { background-color: #C6839B; }
a { background-color: rgb(198,131,155); }
div.DivClassName
{
background-color: #C6839B;
}
.BgClassName
{
background-color: #C6839B;
}
</style>
border-color css
<style>
span { border-color: #C6839B; }
span { border-color: rgb(198,131,155); }
td.TdClassName
{
border-color: #C6839B;
}
.TagClassName
{
border-color: #C6839B;
}
</style>