Shades of Puce #C6849D
Tints of Puce #C6849D
RGB
CMYK
RGB Variations
Color information
#C6849D (or 0xC6849D) is known color: Puce. HEX triplet: C6, 84 and 9D. RGB value is (198,132,157). Sum of RGB (Red+Green+Blue) = 198+132+157=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6849D is #397B62. Grayscale: #9A9A9A. Windows color (decimal): -3767139 or 10323142. OLE color: 10323142.
HSL color Cylindrical-coordinate representation of color #C6849D: hue angle of 337.27º 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 #C6849D is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 157 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.22 |
| HSL | 337.27º | 0.37% | 0.65% | - |
| HSV(B) | 337.27º | 0.33% | 0.78% | - |
| XYZ | 37.63 | 30.94 | 35.89 | - |
| YUV | 154.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 157 | 0 | 0.33 | 0.21 | 0.22 | 337.27 | 0.37 | 0.65 |
| Hex | C6 | 84 | 9D | 0 | 21 | 15 | 16 | 151 | 25 | 41 |
| Octal | 306 | 204 | 235 | 0 | 41 | 25 | 26 | 521 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10011101 | 0 | 100001 | 10101 | 10110 | 101010001 | 100101 | 1000001 |
Color Harmonies of #C6849D
Complementary color
Monochromatic Colors of #C6849D
Black with #C6849D
Text Example
Text Example
White with #C6849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6849D; }
p { color: rgb(198,132,157); }
H1.HeaderClassName
{
color: #C6849D;
}
.AnyTagClassName
{
color: #C6849D;
}
</style>
background-color css
<style>
a { background-color: #C6849D; }
a { background-color: rgb(198,132,157); }
div.DivClassName
{
background-color: #C6849D;
}
.BgClassName
{
background-color: #C6849D;
}
</style>
border-color css
<style>
span { border-color: #C6849D; }
span { border-color: rgb(198,132,157); }
td.TdClassName
{
border-color: #C6849D;
}
.TagClassName
{
border-color: #C6849D;
}
</style>