Shades of Puce #C5818C
Tints of Puce #C5818C
RGB
CMYK
RGB Variations
Color information
#C5818C (or 0xC5818C) is known color: Puce. HEX triplet: C5, 81 and 8C. RGB value is (197,129,140). Sum of RGB (Red+Green+Blue) = 197+129+140=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5818C is #3A7E73. Grayscale: #969696. Windows color (decimal): -3833460 or 9208261. OLE color: 9208261.
HSL color Cylindrical-coordinate representation of color #C5818C: hue angle of 350.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5818C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 140 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.23 |
| HSL | 350.29º | 0.37% | 0.64% | - |
| HSV(B) | 350.29º | 0.35% | 0.77% | - |
| XYZ | 35.61 | 29.46 | 28.62 | - |
| YUV | 150.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 140 | 0 | 0.35 | 0.29 | 0.23 | 350.29 | 0.37 | 0.64 |
| Hex | C5 | 81 | 8C | 0 | 23 | 1D | 17 | 15E | 25 | 40 |
| Octal | 305 | 201 | 214 | 0 | 43 | 35 | 27 | 536 | 45 | 100 |
| Binary | 11000101 | 10000001 | 10001100 | 0 | 100011 | 11101 | 10111 | 101011110 | 100101 | 1000000 |
Color Harmonies of #C5818C
Complementary color
Monochromatic Colors of #C5818C
Black with #C5818C
Text Example
Text Example
White with #C5818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5818C; }
p { color: rgb(197,129,140); }
H1.HeaderClassName
{
color: #C5818C;
}
.AnyTagClassName
{
color: #C5818C;
}
</style>
background-color css
<style>
a { background-color: #C5818C; }
a { background-color: rgb(197,129,140); }
div.DivClassName
{
background-color: #C5818C;
}
.BgClassName
{
background-color: #C5818C;
}
</style>
border-color css
<style>
span { border-color: #C5818C; }
span { border-color: rgb(197,129,140); }
td.TdClassName
{
border-color: #C5818C;
}
.TagClassName
{
border-color: #C5818C;
}
</style>