Shades of Puce #C5838E
Tints of Puce #C5838E
RGB
CMYK
RGB Variations
Color information
#C5838E (or 0xC5838E) is known color: Puce. HEX triplet: C5, 83 and 8E. RGB value is (197,131,142). Sum of RGB (Red+Green+Blue) = 197+131+142=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5838E is #3A7C71. Grayscale: #989898. Windows color (decimal): -3832946 or 9339845. OLE color: 9339845.
HSL color Cylindrical-coordinate representation of color #C5838E: hue angle of 350º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5838E is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 142 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.23 |
| HSL | 350º | 0.36% | 0.64% | - |
| HSV(B) | 350º | 0.34% | 0.77% | - |
| XYZ | 36.02 | 30.06 | 29.49 | - |
| YUV | 151.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 142 | 0 | 0.34 | 0.28 | 0.23 | 350 | 0.36 | 0.64 |
| Hex | C5 | 83 | 8E | 0 | 22 | 1C | 17 | 15E | 24 | 40 |
| Octal | 305 | 203 | 216 | 0 | 42 | 34 | 27 | 536 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10001110 | 0 | 100010 | 11100 | 10111 | 101011110 | 100100 | 1000000 |
Color Harmonies of #C5838E
Complementary color
Monochromatic Colors of #C5838E
Black with #C5838E
Text Example
Text Example
White with #C5838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5838E; }
p { color: rgb(197,131,142); }
H1.HeaderClassName
{
color: #C5838E;
}
.AnyTagClassName
{
color: #C5838E;
}
</style>
background-color css
<style>
a { background-color: #C5838E; }
a { background-color: rgb(197,131,142); }
div.DivClassName
{
background-color: #C5838E;
}
.BgClassName
{
background-color: #C5838E;
}
</style>
border-color css
<style>
span { border-color: #C5838E; }
span { border-color: rgb(197,131,142); }
td.TdClassName
{
border-color: #C5838E;
}
.TagClassName
{
border-color: #C5838E;
}
</style>