Shades of Puce #C58789
Tints of Puce #C58789
RGB
CMYK
RGB Variations
Color information
#C58789 (or 0xC58789) is known color: Puce. HEX triplet: C5, 87 and 89. RGB value is (197,135,137). Sum of RGB (Red+Green+Blue) = 197+135+137=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C58789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58789 is #3A7876. Grayscale: #999999. Windows color (decimal): -3831927 or 9013189. OLE color: 9013189.
HSL color Cylindrical-coordinate representation of color #C58789: hue angle of 358.06º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58789 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 137 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.23 |
| HSL | 358.06º | 0.35% | 0.65% | - |
| HSV(B) | 358.06º | 0.31% | 0.77% | - |
| XYZ | 36.21 | 31 | 27.74 | - |
| YUV | 153.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 137 | 0 | 0.31 | 0.30 | 0.23 | 358.06 | 0.35 | 0.65 |
| Hex | C5 | 87 | 89 | 0 | 1F | 1E | 17 | 166 | 23 | 41 |
| Octal | 305 | 207 | 211 | 0 | 37 | 36 | 27 | 546 | 43 | 101 |
| Binary | 11000101 | 10000111 | 10001001 | 0 | 11111 | 11110 | 10111 | 101100110 | 100011 | 1000001 |
Color Harmonies of #C58789
Complementary color
Monochromatic Colors of #C58789
Black with #C58789
Text Example
Text Example
White with #C58789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58789; }
p { color: rgb(197,135,137); }
H1.HeaderClassName
{
color: #C58789;
}
.AnyTagClassName
{
color: #C58789;
}
</style>
background-color css
<style>
a { background-color: #C58789; }
a { background-color: rgb(197,135,137); }
div.DivClassName
{
background-color: #C58789;
}
.BgClassName
{
background-color: #C58789;
}
</style>
border-color css
<style>
span { border-color: #C58789; }
span { border-color: rgb(197,135,137); }
td.TdClassName
{
border-color: #C58789;
}
.TagClassName
{
border-color: #C58789;
}
</style>