Shades of Puce #C6828D
Tints of Puce #C6828D
RGB
CMYK
RGB Variations
Color information
#C6828D (or 0xC6828D) is known color: Puce. HEX triplet: C6, 82 and 8D. RGB value is (198,130,141). Sum of RGB (Red+Green+Blue) = 198+130+141=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6828D is #397D72. Grayscale: #979797. Windows color (decimal): -3767667 or 9274054. OLE color: 9274054.
HSL color Cylindrical-coordinate representation of color #C6828D: hue angle of 350.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6828D is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 141 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.22 |
| HSL | 350.29º | 0.37% | 0.64% | - |
| HSV(B) | 350.29º | 0.34% | 0.78% | - |
| XYZ | 36.08 | 29.89 | 29.07 | - |
| YUV | 151.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 141 | 0 | 0.34 | 0.29 | 0.22 | 350.29 | 0.37 | 0.64 |
| Hex | C6 | 82 | 8D | 0 | 22 | 1D | 16 | 15E | 25 | 40 |
| Octal | 306 | 202 | 215 | 0 | 42 | 35 | 26 | 536 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10001101 | 0 | 100010 | 11101 | 10110 | 101011110 | 100101 | 1000000 |
Color Harmonies of #C6828D
Complementary color
Monochromatic Colors of #C6828D
Black with #C6828D
Text Example
Text Example
White with #C6828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6828D; }
p { color: rgb(198,130,141); }
H1.HeaderClassName
{
color: #C6828D;
}
.AnyTagClassName
{
color: #C6828D;
}
</style>
background-color css
<style>
a { background-color: #C6828D; }
a { background-color: rgb(198,130,141); }
div.DivClassName
{
background-color: #C6828D;
}
.BgClassName
{
background-color: #C6828D;
}
</style>
border-color css
<style>
span { border-color: #C6828D; }
span { border-color: rgb(198,130,141); }
td.TdClassName
{
border-color: #C6828D;
}
.TagClassName
{
border-color: #C6828D;
}
</style>