Shades of Peru #C58447
Tints of Peru #C58447
RGB
CMYK
RGB Variations
Color information
#C58447 (or 0xC58447) is known color: Peru. HEX triplet: C5, 84 and 47. RGB value is (197,132,71). Sum of RGB (Red+Green+Blue) = 197+132+71=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C58447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58447 is #3A7BB8. Grayscale: #909090. Windows color (decimal): -3832761 or 4687045. OLE color: 4687045.
HSL color Cylindrical-coordinate representation of color #C58447: hue angle of 29.05º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C58447 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 71 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.23 |
| HSL | 29.05º | 0.52% | 0.53% | - |
| HSV(B) | 29.05º | 0.64% | 0.77% | - |
| XYZ | 32.41 | 28.83 | 9.82 | - |
| YUV | 144.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 71 | 0 | 0.33 | 0.64 | 0.23 | 29.05 | 0.52 | 0.53 |
| Hex | C5 | 84 | 47 | 0 | 21 | 40 | 17 | 1D | 34 | 35 |
| Octal | 305 | 204 | 107 | 0 | 41 | 100 | 27 | 35 | 64 | 65 |
| Binary | 11000101 | 10000100 | 1000111 | 0 | 100001 | 1000000 | 10111 | 11101 | 110100 | 110101 |
Color Harmonies of #C58447
Complementary color
Monochromatic Colors of #C58447
Black with #C58447
Text Example
Text Example
White with #C58447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58447; }
p { color: rgb(197,132,71); }
H1.HeaderClassName
{
color: #C58447;
}
.AnyTagClassName
{
color: #C58447;
}
</style>
background-color css
<style>
a { background-color: #C58447; }
a { background-color: rgb(197,132,71); }
div.DivClassName
{
background-color: #C58447;
}
.BgClassName
{
background-color: #C58447;
}
</style>
border-color css
<style>
span { border-color: #C58447; }
span { border-color: rgb(197,132,71); }
td.TdClassName
{
border-color: #C58447;
}
.TagClassName
{
border-color: #C58447;
}
</style>