Shades of Puce #C58688
Tints of Puce #C58688
RGB
CMYK
RGB Variations
Color information
#C58688 (or 0xC58688) is known color: Puce. HEX triplet: C5, 86 and 88. RGB value is (197,134,136). Sum of RGB (Red+Green+Blue) = 197+134+136=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C58688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58688 is #3A7977. Grayscale: #999999. Windows color (decimal): -3832184 or 8947397. OLE color: 8947397.
HSL color Cylindrical-coordinate representation of color #C58688: hue angle of 358.1º 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 #C58688 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 136 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.23 |
| HSL | 358.1º | 0.35% | 0.65% | - |
| HSV(B) | 358.1º | 0.32% | 0.77% | - |
| XYZ | 35.99 | 30.7 | 27.32 | - |
| YUV | 153.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 136 | 0 | 0.32 | 0.31 | 0.23 | 358.1 | 0.35 | 0.65 |
| Hex | C5 | 86 | 88 | 0 | 20 | 1F | 17 | 166 | 23 | 41 |
| Octal | 305 | 206 | 210 | 0 | 40 | 37 | 27 | 546 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10001000 | 0 | 100000 | 11111 | 10111 | 101100110 | 100011 | 1000001 |
Color Harmonies of #C58688
Complementary color
Monochromatic Colors of #C58688
Black with #C58688
Text Example
Text Example
White with #C58688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58688; }
p { color: rgb(197,134,136); }
H1.HeaderClassName
{
color: #C58688;
}
.AnyTagClassName
{
color: #C58688;
}
</style>
background-color css
<style>
a { background-color: #C58688; }
a { background-color: rgb(197,134,136); }
div.DivClassName
{
background-color: #C58688;
}
.BgClassName
{
background-color: #C58688;
}
</style>
border-color css
<style>
span { border-color: #C58688; }
span { border-color: rgb(197,134,136); }
td.TdClassName
{
border-color: #C58688;
}
.TagClassName
{
border-color: #C58688;
}
</style>