Shades of Peru #C78846
Tints of Peru #C78846
RGB
CMYK
RGB Variations
Color information
#C78846 (or 0xC78846) is known color: Peru. HEX triplet: C7, 88 and 46. RGB value is (199,136,70). Sum of RGB (Red+Green+Blue) = 199+136+70=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C78846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78846 is #3877B9. Grayscale: #939393. Windows color (decimal): -3700666 or 4622535. OLE color: 4622535.
HSL color Cylindrical-coordinate representation of color #C78846: hue angle of 30.7º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C78846 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 70 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.22 |
| HSL | 30.7º | 0.54% | 0.53% | - |
| HSV(B) | 30.7º | 0.65% | 0.78% | - |
| XYZ | 33.46 | 30.19 | 9.86 | - |
| YUV | 147.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 70 | 0 | 0.32 | 0.65 | 0.22 | 30.7 | 0.54 | 0.53 |
| Hex | C7 | 88 | 46 | 0 | 20 | 41 | 16 | 1F | 36 | 35 |
| Octal | 307 | 210 | 106 | 0 | 40 | 101 | 26 | 37 | 66 | 65 |
| Binary | 11000111 | 10001000 | 1000110 | 0 | 100000 | 1000001 | 10110 | 11111 | 110110 | 110101 |
Color Harmonies of #C78846
Complementary color
Monochromatic Colors of #C78846
Black with #C78846
Text Example
Text Example
White with #C78846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78846; }
p { color: rgb(199,136,70); }
H1.HeaderClassName
{
color: #C78846;
}
.AnyTagClassName
{
color: #C78846;
}
</style>
background-color css
<style>
a { background-color: #C78846; }
a { background-color: rgb(199,136,70); }
div.DivClassName
{
background-color: #C78846;
}
.BgClassName
{
background-color: #C78846;
}
</style>
border-color css
<style>
span { border-color: #C78846; }
span { border-color: rgb(199,136,70); }
td.TdClassName
{
border-color: #C78846;
}
.TagClassName
{
border-color: #C78846;
}
</style>