Shades of Puce #C5849A
Tints of Puce #C5849A
RGB
CMYK
RGB Variations
Color information
#C5849A (or 0xC5849A) is known color: Puce. HEX triplet: C5, 84 and 9A. RGB value is (197,132,154). Sum of RGB (Red+Green+Blue) = 197+132+154=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5849A is #3A7B65. Grayscale: #999999. Windows color (decimal): -3832678 or 10126533. OLE color: 10126533.
HSL color Cylindrical-coordinate representation of color #C5849A: hue angle of 339.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5849A is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 154 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.23 |
| HSL | 339.69º | 0.36% | 0.65% | - |
| HSV(B) | 339.69º | 0.33% | 0.77% | - |
| XYZ | 37.11 | 30.71 | 34.54 | - |
| YUV | 153.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 154 | 0 | 0.33 | 0.22 | 0.23 | 339.69 | 0.36 | 0.65 |
| Hex | C5 | 84 | 9A | 0 | 21 | 16 | 17 | 154 | 24 | 41 |
| Octal | 305 | 204 | 232 | 0 | 41 | 26 | 27 | 524 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10011010 | 0 | 100001 | 10110 | 10111 | 101010100 | 100100 | 1000001 |
Color Harmonies of #C5849A
Complementary color
Monochromatic Colors of #C5849A
Black with #C5849A
Text Example
Text Example
White with #C5849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5849A; }
p { color: rgb(197,132,154); }
H1.HeaderClassName
{
color: #C5849A;
}
.AnyTagClassName
{
color: #C5849A;
}
</style>
background-color css
<style>
a { background-color: #C5849A; }
a { background-color: rgb(197,132,154); }
div.DivClassName
{
background-color: #C5849A;
}
.BgClassName
{
background-color: #C5849A;
}
</style>
border-color css
<style>
span { border-color: #C5849A; }
span { border-color: rgb(197,132,154); }
td.TdClassName
{
border-color: #C5849A;
}
.TagClassName
{
border-color: #C5849A;
}
</style>