Shades of Peru #C58443
Tints of Peru #C58443
RGB
CMYK
RGB Variations
Color information
#C58443 (or 0xC58443) is known color: Peru. HEX triplet: C5, 84 and 43. RGB value is (197,132,67). Sum of RGB (Red+Green+Blue) = 197+132+67=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C58443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58443 is #3A7BBC. Grayscale: #909090. Windows color (decimal): -3832765 or 4424901. OLE color: 4424901.
HSL color Cylindrical-coordinate representation of color #C58443: hue angle of 30º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C58443 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 67 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.23 |
| HSL | 30º | 0.53% | 0.52% | - |
| HSV(B) | 30º | 0.66% | 0.77% | - |
| XYZ | 32.29 | 28.78 | 9.16 | - |
| YUV | 144.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 67 | 0 | 0.33 | 0.66 | 0.23 | 30 | 0.53 | 0.52 |
| Hex | C5 | 84 | 43 | 0 | 21 | 42 | 17 | 1E | 35 | 34 |
| Octal | 305 | 204 | 103 | 0 | 41 | 102 | 27 | 36 | 65 | 64 |
| Binary | 11000101 | 10000100 | 1000011 | 0 | 100001 | 1000010 | 10111 | 11110 | 110101 | 110100 |
Color Harmonies of #C58443
Complementary color
Monochromatic Colors of #C58443
Black with #C58443
Text Example
Text Example
White with #C58443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58443; }
p { color: rgb(197,132,67); }
H1.HeaderClassName
{
color: #C58443;
}
.AnyTagClassName
{
color: #C58443;
}
</style>
background-color css
<style>
a { background-color: #C58443; }
a { background-color: rgb(197,132,67); }
div.DivClassName
{
background-color: #C58443;
}
.BgClassName
{
background-color: #C58443;
}
</style>
border-color css
<style>
span { border-color: #C58443; }
span { border-color: rgb(197,132,67); }
td.TdClassName
{
border-color: #C58443;
}
.TagClassName
{
border-color: #C58443;
}
</style>