Shades of Puce #C6848E
Tints of Puce #C6848E
RGB
CMYK
RGB Variations
Color information
#C6848E (or 0xC6848E) is known color: Puce. HEX triplet: C6, 84 and 8E. RGB value is (198,132,142). Sum of RGB (Red+Green+Blue) = 198+132+142=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6848E is #397B71. Grayscale: #989898. Windows color (decimal): -3767154 or 9340102. OLE color: 9340102.
HSL color Cylindrical-coordinate representation of color #C6848E: hue angle of 350.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6848E is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 142 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.22 |
| HSL | 350.91º | 0.37% | 0.65% | - |
| HSV(B) | 350.91º | 0.33% | 0.78% | - |
| XYZ | 36.42 | 30.46 | 29.55 | - |
| YUV | 152.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 142 | 0 | 0.33 | 0.28 | 0.22 | 350.91 | 0.37 | 0.65 |
| Hex | C6 | 84 | 8E | 0 | 21 | 1C | 16 | 15F | 25 | 41 |
| Octal | 306 | 204 | 216 | 0 | 41 | 34 | 26 | 537 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10001110 | 0 | 100001 | 11100 | 10110 | 101011111 | 100101 | 1000001 |
Color Harmonies of #C6848E
Complementary color
Monochromatic Colors of #C6848E
Black with #C6848E
Text Example
Text Example
White with #C6848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6848E; }
p { color: rgb(198,132,142); }
H1.HeaderClassName
{
color: #C6848E;
}
.AnyTagClassName
{
color: #C6848E;
}
</style>
background-color css
<style>
a { background-color: #C6848E; }
a { background-color: rgb(198,132,142); }
div.DivClassName
{
background-color: #C6848E;
}
.BgClassName
{
background-color: #C6848E;
}
</style>
border-color css
<style>
span { border-color: #C6848E; }
span { border-color: rgb(198,132,142); }
td.TdClassName
{
border-color: #C6848E;
}
.TagClassName
{
border-color: #C6848E;
}
</style>