Shades of Peru #C78447
Tints of Peru #C78447
RGB
CMYK
RGB Variations
Color information
#C78447 (or 0xC78447) is known color: Peru. HEX triplet: C7, 84 and 47. RGB value is (199,132,71). Sum of RGB (Red+Green+Blue) = 199+132+71=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C78447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78447 is #387BB8. Grayscale: #919191. Windows color (decimal): -3701689 or 4687047. OLE color: 4687047.
HSL color Cylindrical-coordinate representation of color #C78447: hue angle of 28.59º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C78447 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 71 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.22 |
| HSL | 28.59º | 0.53% | 0.53% | - |
| HSV(B) | 28.59º | 0.64% | 0.78% | - |
| XYZ | 32.94 | 29.1 | 9.84 | - |
| YUV | 145.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 71 | 0 | 0.34 | 0.64 | 0.22 | 28.59 | 0.53 | 0.53 |
| Hex | C7 | 84 | 47 | 0 | 22 | 40 | 16 | 1D | 35 | 35 |
| Octal | 307 | 204 | 107 | 0 | 42 | 100 | 26 | 35 | 65 | 65 |
| Binary | 11000111 | 10000100 | 1000111 | 0 | 100010 | 1000000 | 10110 | 11101 | 110101 | 110101 |
Color Harmonies of #C78447
Complementary color
Monochromatic Colors of #C78447
Black with #C78447
Text Example
Text Example
White with #C78447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78447; }
p { color: rgb(199,132,71); }
H1.HeaderClassName
{
color: #C78447;
}
.AnyTagClassName
{
color: #C78447;
}
</style>
background-color css
<style>
a { background-color: #C78447; }
a { background-color: rgb(199,132,71); }
div.DivClassName
{
background-color: #C78447;
}
.BgClassName
{
background-color: #C78447;
}
</style>
border-color css
<style>
span { border-color: #C78447; }
span { border-color: rgb(199,132,71); }
td.TdClassName
{
border-color: #C78447;
}
.TagClassName
{
border-color: #C78447;
}
</style>