Shades of Peru #C78247
Tints of Peru #C78247
RGB
CMYK
RGB Variations
Color information
#C78247 (or 0xC78247) is known color: Peru. HEX triplet: C7, 82 and 47. RGB value is (199,130,71). Sum of RGB (Red+Green+Blue) = 199+130+71=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C78247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78247 is #387DB8. Grayscale: #909090. Windows color (decimal): -3702201 or 4686535. OLE color: 4686535.
HSL color Cylindrical-coordinate representation of color #C78247: hue angle of 27.66º 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 #C78247 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 71 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.22 |
| HSL | 27.66º | 0.53% | 0.53% | - |
| HSV(B) | 27.66º | 0.64% | 0.78% | - |
| XYZ | 32.67 | 28.56 | 9.75 | - |
| YUV | 143.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 71 | 0 | 0.35 | 0.64 | 0.22 | 27.66 | 0.53 | 0.53 |
| Hex | C7 | 82 | 47 | 0 | 23 | 40 | 16 | 1C | 35 | 35 |
| Octal | 307 | 202 | 107 | 0 | 43 | 100 | 26 | 34 | 65 | 65 |
| Binary | 11000111 | 10000010 | 1000111 | 0 | 100011 | 1000000 | 10110 | 11100 | 110101 | 110101 |
Color Harmonies of #C78247
Complementary color
Monochromatic Colors of #C78247
Black with #C78247
Text Example
Text Example
White with #C78247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78247; }
p { color: rgb(199,130,71); }
H1.HeaderClassName
{
color: #C78247;
}
.AnyTagClassName
{
color: #C78247;
}
</style>
background-color css
<style>
a { background-color: #C78247; }
a { background-color: rgb(199,130,71); }
div.DivClassName
{
background-color: #C78247;
}
.BgClassName
{
background-color: #C78247;
}
</style>
border-color css
<style>
span { border-color: #C78247; }
span { border-color: rgb(199,130,71); }
td.TdClassName
{
border-color: #C78247;
}
.TagClassName
{
border-color: #C78247;
}
</style>