Shades of Puce #C5808D
Tints of Puce #C5808D
RGB
CMYK
RGB Variations
Color information
#C5808D (or 0xC5808D) is known color: Puce. HEX triplet: C5, 80 and 8D. RGB value is (197,128,141). Sum of RGB (Red+Green+Blue) = 197+128+141=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5808D is #3A7F72. Grayscale: #969696. Windows color (decimal): -3833715 or 9273541. OLE color: 9273541.
HSL color Cylindrical-coordinate representation of color #C5808D: hue angle of 348.7º 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 #C5808D is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 141 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.23 |
| HSL | 348.7º | 0.37% | 0.64% | - |
| HSV(B) | 348.7º | 0.35% | 0.77% | - |
| XYZ | 35.55 | 29.23 | 28.97 | - |
| YUV | 150.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 141 | 0 | 0.35 | 0.28 | 0.23 | 348.7 | 0.37 | 0.64 |
| Hex | C5 | 80 | 8D | 0 | 23 | 1C | 17 | 15D | 25 | 40 |
| Octal | 305 | 200 | 215 | 0 | 43 | 34 | 27 | 535 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10001101 | 0 | 100011 | 11100 | 10111 | 101011101 | 100101 | 1000000 |
Color Harmonies of #C5808D
Complementary color
Monochromatic Colors of #C5808D
Black with #C5808D
Text Example
Text Example
White with #C5808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5808D; }
p { color: rgb(197,128,141); }
H1.HeaderClassName
{
color: #C5808D;
}
.AnyTagClassName
{
color: #C5808D;
}
</style>
background-color css
<style>
a { background-color: #C5808D; }
a { background-color: rgb(197,128,141); }
div.DivClassName
{
background-color: #C5808D;
}
.BgClassName
{
background-color: #C5808D;
}
</style>
border-color css
<style>
span { border-color: #C5808D; }
span { border-color: rgb(197,128,141); }
td.TdClassName
{
border-color: #C5808D;
}
.TagClassName
{
border-color: #C5808D;
}
</style>