Shades of Puce #C7849F
Tints of Puce #C7849F
RGB
CMYK
RGB Variations
Color information
#C7849F (or 0xC7849F) is known color: Puce. HEX triplet: C7, 84 and 9F. RGB value is (199,132,159). Sum of RGB (Red+Green+Blue) = 199+132+159=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7849F is #387B60. Grayscale: #9B9B9B. Windows color (decimal): -3701601 or 10454215. OLE color: 10454215.
HSL color Cylindrical-coordinate representation of color #C7849F: hue angle of 335.82º 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 #C7849F is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 159 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.22 |
| HSL | 335.82º | 0.37% | 0.65% | - |
| HSV(B) | 335.82º | 0.34% | 0.78% | - |
| XYZ | 38.06 | 31.15 | 36.81 | - |
| YUV | 155.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 159 | 0 | 0.34 | 0.20 | 0.22 | 335.82 | 0.37 | 0.65 |
| Hex | C7 | 84 | 9F | 0 | 22 | 14 | 16 | 150 | 25 | 41 |
| Octal | 307 | 204 | 237 | 0 | 42 | 24 | 26 | 520 | 45 | 101 |
| Binary | 11000111 | 10000100 | 10011111 | 0 | 100010 | 10100 | 10110 | 101010000 | 100101 | 1000001 |
Color Harmonies of #C7849F
Complementary color
Monochromatic Colors of #C7849F
Black with #C7849F
Text Example
Text Example
White with #C7849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7849F; }
p { color: rgb(199,132,159); }
H1.HeaderClassName
{
color: #C7849F;
}
.AnyTagClassName
{
color: #C7849F;
}
</style>
background-color css
<style>
a { background-color: #C7849F; }
a { background-color: rgb(199,132,159); }
div.DivClassName
{
background-color: #C7849F;
}
.BgClassName
{
background-color: #C7849F;
}
</style>
border-color css
<style>
span { border-color: #C7849F; }
span { border-color: rgb(199,132,159); }
td.TdClassName
{
border-color: #C7849F;
}
.TagClassName
{
border-color: #C7849F;
}
</style>