Shades of Puce #C6849B
Tints of Puce #C6849B
RGB
CMYK
RGB Variations
Color information
#C6849B (or 0xC6849B) is known color: Puce. HEX triplet: C6, 84 and 9B. RGB value is (198,132,155). Sum of RGB (Red+Green+Blue) = 198+132+155=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6849B is #397B64. Grayscale: #9A9A9A. Windows color (decimal): -3767141 or 10192070. OLE color: 10192070.
HSL color Cylindrical-coordinate representation of color #C6849B: hue angle of 339.09º 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 #C6849B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 155 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.22 |
| HSL | 339.09º | 0.37% | 0.65% | - |
| HSV(B) | 339.09º | 0.33% | 0.78% | - |
| XYZ | 37.46 | 30.87 | 35 | - |
| YUV | 154.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 155 | 0 | 0.33 | 0.22 | 0.22 | 339.09 | 0.37 | 0.65 |
| Hex | C6 | 84 | 9B | 0 | 21 | 16 | 16 | 153 | 25 | 41 |
| Octal | 306 | 204 | 233 | 0 | 41 | 26 | 26 | 523 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10011011 | 0 | 100001 | 10110 | 10110 | 101010011 | 100101 | 1000001 |
Color Harmonies of #C6849B
Complementary color
Monochromatic Colors of #C6849B
Black with #C6849B
Text Example
Text Example
White with #C6849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6849B; }
p { color: rgb(198,132,155); }
H1.HeaderClassName
{
color: #C6849B;
}
.AnyTagClassName
{
color: #C6849B;
}
</style>
background-color css
<style>
a { background-color: #C6849B; }
a { background-color: rgb(198,132,155); }
div.DivClassName
{
background-color: #C6849B;
}
.BgClassName
{
background-color: #C6849B;
}
</style>
border-color css
<style>
span { border-color: #C6849B; }
span { border-color: rgb(198,132,155); }
td.TdClassName
{
border-color: #C6849B;
}
.TagClassName
{
border-color: #C6849B;
}
</style>