Shades of Peru #C5843F
Tints of Peru #C5843F
RGB
CMYK
RGB Variations
Color information
#C5843F (or 0xC5843F) is known color: Peru. HEX triplet: C5, 84 and 3F. RGB value is (197,132,63). Sum of RGB (Red+Green+Blue) = 197+132+63=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5843F is #3A7BC0. Grayscale: #8F8F8F. Windows color (decimal): -3832769 or 4162757. OLE color: 4162757.
HSL color Cylindrical-coordinate representation of color #C5843F: hue angle of 30.9º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5843F is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 63 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.23 |
| HSL | 30.9º | 0.54% | 0.51% | - |
| HSV(B) | 30.9º | 0.68% | 0.77% | - |
| XYZ | 32.17 | 28.73 | 8.55 | - |
| YUV | 143.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 63 | 0 | 0.33 | 0.68 | 0.23 | 30.9 | 0.54 | 0.51 |
| Hex | C5 | 84 | 3F | 0 | 21 | 44 | 17 | 1F | 36 | 33 |
| Octal | 305 | 204 | 77 | 0 | 41 | 104 | 27 | 37 | 66 | 63 |
| Binary | 11000101 | 10000100 | 111111 | 0 | 100001 | 1000100 | 10111 | 11111 | 110110 | 110011 |
Color Harmonies of #C5843F
Complementary color
Monochromatic Colors of #C5843F
Black with #C5843F
Text Example
Text Example
White with #C5843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5843F; }
p { color: rgb(197,132,63); }
H1.HeaderClassName
{
color: #C5843F;
}
.AnyTagClassName
{
color: #C5843F;
}
</style>
background-color css
<style>
a { background-color: #C5843F; }
a { background-color: rgb(197,132,63); }
div.DivClassName
{
background-color: #C5843F;
}
.BgClassName
{
background-color: #C5843F;
}
</style>
border-color css
<style>
span { border-color: #C5843F; }
span { border-color: rgb(197,132,63); }
td.TdClassName
{
border-color: #C5843F;
}
.TagClassName
{
border-color: #C5843F;
}
</style>