Shades of Puce #C5848A
Tints of Puce #C5848A
RGB
CMYK
RGB Variations
Color information
#C5848A (or 0xC5848A) is known color: Puce. HEX triplet: C5, 84 and 8A. RGB value is (197,132,138). Sum of RGB (Red+Green+Blue) = 197+132+138=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5848A is #3A7B75. Grayscale: #989898. Windows color (decimal): -3832694 or 9077957. OLE color: 9077957.
HSL color Cylindrical-coordinate representation of color #C5848A: hue angle of 354.46º 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 #C5848A is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 138 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.23 |
| HSL | 354.46º | 0.36% | 0.65% | - |
| HSV(B) | 354.46º | 0.33% | 0.77% | - |
| XYZ | 35.86 | 30.21 | 27.99 | - |
| YUV | 152.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 138 | 0 | 0.33 | 0.30 | 0.23 | 354.46 | 0.36 | 0.65 |
| Hex | C5 | 84 | 8A | 0 | 21 | 1E | 17 | 162 | 24 | 41 |
| Octal | 305 | 204 | 212 | 0 | 41 | 36 | 27 | 542 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10001010 | 0 | 100001 | 11110 | 10111 | 101100010 | 100100 | 1000001 |
Color Harmonies of #C5848A
Complementary color
Monochromatic Colors of #C5848A
Black with #C5848A
Text Example
Text Example
White with #C5848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5848A; }
p { color: rgb(197,132,138); }
H1.HeaderClassName
{
color: #C5848A;
}
.AnyTagClassName
{
color: #C5848A;
}
</style>
background-color css
<style>
a { background-color: #C5848A; }
a { background-color: rgb(197,132,138); }
div.DivClassName
{
background-color: #C5848A;
}
.BgClassName
{
background-color: #C5848A;
}
</style>
border-color css
<style>
span { border-color: #C5848A; }
span { border-color: rgb(197,132,138); }
td.TdClassName
{
border-color: #C5848A;
}
.TagClassName
{
border-color: #C5848A;
}
</style>