Shades of Peru #C5854C
Tints of Peru #C5854C
RGB
CMYK
RGB Variations
Color information
#C5854C (or 0xC5854C) is known color: Peru. HEX triplet: C5, 85 and 4C. RGB value is (197,133,76). Sum of RGB (Red+Green+Blue) = 197+133+76=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5854C is #3A7AB3. Grayscale: #919191. Windows color (decimal): -3832500 or 5014981. OLE color: 5014981.
HSL color Cylindrical-coordinate representation of color #C5854C: hue angle of 28.26º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5854C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 76 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.23 |
| HSL | 28.26º | 0.51% | 0.54% | - |
| HSV(B) | 28.26º | 0.61% | 0.77% | - |
| XYZ | 32.72 | 29.17 | 10.74 | - |
| YUV | 145.64 | 88.7 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 76 | 0 | 0.32 | 0.61 | 0.23 | 28.26 | 0.51 | 0.54 |
| Hex | C5 | 85 | 4C | 0 | 20 | 3D | 17 | 1C | 33 | 36 |
| Octal | 305 | 205 | 114 | 0 | 40 | 75 | 27 | 34 | 63 | 66 |
| Binary | 11000101 | 10000101 | 1001100 | 0 | 100000 | 111101 | 10111 | 11100 | 110011 | 110110 |
Color Harmonies of #C5854C
Complementary color
Monochromatic Colors of #C5854C
Black with #C5854C
Text Example
Text Example
White with #C5854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5854C; }
p { color: rgb(197,133,76); }
H1.HeaderClassName
{
color: #C5854C;
}
.AnyTagClassName
{
color: #C5854C;
}
</style>
background-color css
<style>
a { background-color: #C5854C; }
a { background-color: rgb(197,133,76); }
div.DivClassName
{
background-color: #C5854C;
}
.BgClassName
{
background-color: #C5854C;
}
</style>
border-color css
<style>
span { border-color: #C5854C; }
span { border-color: rgb(197,133,76); }
td.TdClassName
{
border-color: #C5854C;
}
.TagClassName
{
border-color: #C5854C;
}
</style>