Shades of Puce #C7849D
Tints of Puce #C7849D
RGB
CMYK
RGB Variations
Color information
#C7849D (or 0xC7849D) is known color: Puce. HEX triplet: C7, 84 and 9D. RGB value is (199,132,157). Sum of RGB (Red+Green+Blue) = 199+132+157=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7849D is #387B62. Grayscale: #9A9A9A. Windows color (decimal): -3701603 or 10323143. OLE color: 10323143.
HSL color Cylindrical-coordinate representation of color #C7849D: hue angle of 337.61º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7849D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 157 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.22 |
| HSL | 337.61º | 0.37% | 0.65% | - |
| HSV(B) | 337.61º | 0.34% | 0.78% | - |
| XYZ | 37.89 | 31.08 | 35.9 | - |
| YUV | 154.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 157 | 0 | 0.34 | 0.21 | 0.22 | 337.61 | 0.37 | 0.65 |
| Hex | C7 | 84 | 9D | 0 | 22 | 15 | 16 | 152 | 25 | 41 |
| Octal | 307 | 204 | 235 | 0 | 42 | 25 | 26 | 522 | 45 | 101 |
| Binary | 11000111 | 10000100 | 10011101 | 0 | 100010 | 10101 | 10110 | 101010010 | 100101 | 1000001 |
Color Harmonies of #C7849D
Complementary color
Monochromatic Colors of #C7849D
Black with #C7849D
Text Example
Text Example
White with #C7849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7849D; }
p { color: rgb(199,132,157); }
H1.HeaderClassName
{
color: #C7849D;
}
.AnyTagClassName
{
color: #C7849D;
}
</style>
background-color css
<style>
a { background-color: #C7849D; }
a { background-color: rgb(199,132,157); }
div.DivClassName
{
background-color: #C7849D;
}
.BgClassName
{
background-color: #C7849D;
}
</style>
border-color css
<style>
span { border-color: #C7849D; }
span { border-color: rgb(199,132,157); }
td.TdClassName
{
border-color: #C7849D;
}
.TagClassName
{
border-color: #C7849D;
}
</style>