Shades of Puce #C5868B
Tints of Puce #C5868B
RGB
CMYK
RGB Variations
Color information
#C5868B (or 0xC5868B) is known color: Puce. HEX triplet: C5, 86 and 8B. RGB value is (197,134,139). Sum of RGB (Red+Green+Blue) = 197+134+139=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5868B is #3A7974. Grayscale: #999999. Windows color (decimal): -3832181 or 9144005. OLE color: 9144005.
HSL color Cylindrical-coordinate representation of color #C5868B: hue angle of 355.24º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5868B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 139 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.23 |
| HSL | 355.24º | 0.35% | 0.65% | - |
| HSV(B) | 355.24º | 0.32% | 0.77% | - |
| XYZ | 36.21 | 30.78 | 28.46 | - |
| YUV | 153.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 139 | 0 | 0.32 | 0.29 | 0.23 | 355.24 | 0.35 | 0.65 |
| Hex | C5 | 86 | 8B | 0 | 20 | 1D | 17 | 163 | 23 | 41 |
| Octal | 305 | 206 | 213 | 0 | 40 | 35 | 27 | 543 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10001011 | 0 | 100000 | 11101 | 10111 | 101100011 | 100011 | 1000001 |
Color Harmonies of #C5868B
Complementary color
Monochromatic Colors of #C5868B
Black with #C5868B
Text Example
Text Example
White with #C5868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5868B; }
p { color: rgb(197,134,139); }
H1.HeaderClassName
{
color: #C5868B;
}
.AnyTagClassName
{
color: #C5868B;
}
</style>
background-color css
<style>
a { background-color: #C5868B; }
a { background-color: rgb(197,134,139); }
div.DivClassName
{
background-color: #C5868B;
}
.BgClassName
{
background-color: #C5868B;
}
</style>
border-color css
<style>
span { border-color: #C5868B; }
span { border-color: rgb(197,134,139); }
td.TdClassName
{
border-color: #C5868B;
}
.TagClassName
{
border-color: #C5868B;
}
</style>