Shades of Puce #C6838E
Tints of Puce #C6838E
RGB
CMYK
RGB Variations
Color information
#C6838E (or 0xC6838E) is known color: Puce. HEX triplet: C6, 83 and 8E. RGB value is (198,131,142). Sum of RGB (Red+Green+Blue) = 198+131+142=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6838E is #397C71. Grayscale: #989898. Windows color (decimal): -3767410 or 9339846. OLE color: 9339846.
HSL color Cylindrical-coordinate representation of color #C6838E: hue angle of 350.15º 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 #C6838E is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 142 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.22 |
| HSL | 350.15º | 0.37% | 0.65% | - |
| HSV(B) | 350.15º | 0.34% | 0.78% | - |
| XYZ | 36.29 | 30.19 | 29.51 | - |
| YUV | 152.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 142 | 0 | 0.34 | 0.28 | 0.22 | 350.15 | 0.37 | 0.65 |
| Hex | C6 | 83 | 8E | 0 | 22 | 1C | 16 | 15E | 25 | 41 |
| Octal | 306 | 203 | 216 | 0 | 42 | 34 | 26 | 536 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10001110 | 0 | 100010 | 11100 | 10110 | 101011110 | 100101 | 1000001 |
Color Harmonies of #C6838E
Complementary color
Monochromatic Colors of #C6838E
Black with #C6838E
Text Example
Text Example
White with #C6838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6838E; }
p { color: rgb(198,131,142); }
H1.HeaderClassName
{
color: #C6838E;
}
.AnyTagClassName
{
color: #C6838E;
}
</style>
background-color css
<style>
a { background-color: #C6838E; }
a { background-color: rgb(198,131,142); }
div.DivClassName
{
background-color: #C6838E;
}
.BgClassName
{
background-color: #C6838E;
}
</style>
border-color css
<style>
span { border-color: #C6838E; }
span { border-color: rgb(198,131,142); }
td.TdClassName
{
border-color: #C6838E;
}
.TagClassName
{
border-color: #C6838E;
}
</style>