Shades of Puce #C6828E
Tints of Puce #C6828E
RGB
CMYK
RGB Variations
Color information
#C6828E (or 0xC6828E) is known color: Puce. HEX triplet: C6, 82 and 8E. RGB value is (198,130,142). Sum of RGB (Red+Green+Blue) = 198+130+142=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6828E is #397D71. Grayscale: #979797. Windows color (decimal): -3767666 or 9339590. OLE color: 9339590.
HSL color Cylindrical-coordinate representation of color #C6828E: hue angle of 349.41º 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 #C6828E is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 142 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.22 |
| HSL | 349.41º | 0.37% | 0.64% | - |
| HSV(B) | 349.41º | 0.34% | 0.78% | - |
| XYZ | 36.15 | 29.92 | 29.46 | - |
| YUV | 151.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 142 | 0 | 0.34 | 0.28 | 0.22 | 349.41 | 0.37 | 0.64 |
| Hex | C6 | 82 | 8E | 0 | 22 | 1C | 16 | 15D | 25 | 40 |
| Octal | 306 | 202 | 216 | 0 | 42 | 34 | 26 | 535 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10001110 | 0 | 100010 | 11100 | 10110 | 101011101 | 100101 | 1000000 |
Color Harmonies of #C6828E
Complementary color
Monochromatic Colors of #C6828E
Black with #C6828E
Text Example
Text Example
White with #C6828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6828E; }
p { color: rgb(198,130,142); }
H1.HeaderClassName
{
color: #C6828E;
}
.AnyTagClassName
{
color: #C6828E;
}
</style>
background-color css
<style>
a { background-color: #C6828E; }
a { background-color: rgb(198,130,142); }
div.DivClassName
{
background-color: #C6828E;
}
.BgClassName
{
background-color: #C6828E;
}
</style>
border-color css
<style>
span { border-color: #C6828E; }
span { border-color: rgb(198,130,142); }
td.TdClassName
{
border-color: #C6828E;
}
.TagClassName
{
border-color: #C6828E;
}
</style>