Shades of Puce #C5838C
Tints of Puce #C5838C
RGB
CMYK
RGB Variations
Color information
#C5838C (or 0xC5838C) is known color: Puce. HEX triplet: C5, 83 and 8C. RGB value is (197,131,140). Sum of RGB (Red+Green+Blue) = 197+131+140=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5838C is #3A7C73. Grayscale: #979797. Windows color (decimal): -3832948 or 9208773. OLE color: 9208773.
HSL color Cylindrical-coordinate representation of color #C5838C: hue angle of 351.82º 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 #C5838C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 140 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.23 |
| HSL | 351.82º | 0.36% | 0.64% | - |
| HSV(B) | 351.82º | 0.34% | 0.77% | - |
| XYZ | 35.88 | 30 | 28.71 | - |
| YUV | 151.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 140 | 0 | 0.34 | 0.29 | 0.23 | 351.82 | 0.36 | 0.64 |
| Hex | C5 | 83 | 8C | 0 | 22 | 1D | 17 | 160 | 24 | 40 |
| Octal | 305 | 203 | 214 | 0 | 42 | 35 | 27 | 540 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10001100 | 0 | 100010 | 11101 | 10111 | 101100000 | 100100 | 1000000 |
Color Harmonies of #C5838C
Complementary color
Monochromatic Colors of #C5838C
Black with #C5838C
Text Example
Text Example
White with #C5838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5838C; }
p { color: rgb(197,131,140); }
H1.HeaderClassName
{
color: #C5838C;
}
.AnyTagClassName
{
color: #C5838C;
}
</style>
background-color css
<style>
a { background-color: #C5838C; }
a { background-color: rgb(197,131,140); }
div.DivClassName
{
background-color: #C5838C;
}
.BgClassName
{
background-color: #C5838C;
}
</style>
border-color css
<style>
span { border-color: #C5838C; }
span { border-color: rgb(197,131,140); }
td.TdClassName
{
border-color: #C5838C;
}
.TagClassName
{
border-color: #C5838C;
}
</style>