Shades of Peru #C7864A
Tints of Peru #C7864A
RGB
CMYK
RGB Variations
Color information
#C7864A (or 0xC7864A) is known color: Peru. HEX triplet: C7, 86 and 4A. RGB value is (199,134,74). Sum of RGB (Red+Green+Blue) = 199+134+74=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7864A is #3879B5. Grayscale: #929292. Windows color (decimal): -3701174 or 4884167. OLE color: 4884167.
HSL color Cylindrical-coordinate representation of color #C7864A: hue angle of 28.8º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7864A is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 74 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.22 |
| HSL | 28.8º | 0.53% | 0.54% | - |
| HSV(B) | 28.8º | 0.63% | 0.78% | - |
| XYZ | 33.31 | 29.69 | 10.45 | - |
| YUV | 146.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 74 | 0 | 0.33 | 0.63 | 0.22 | 28.8 | 0.53 | 0.54 |
| Hex | C7 | 86 | 4A | 0 | 21 | 3F | 16 | 1D | 35 | 36 |
| Octal | 307 | 206 | 112 | 0 | 41 | 77 | 26 | 35 | 65 | 66 |
| Binary | 11000111 | 10000110 | 1001010 | 0 | 100001 | 111111 | 10110 | 11101 | 110101 | 110110 |
Color Harmonies of #C7864A
Complementary color
Monochromatic Colors of #C7864A
Black with #C7864A
Text Example
Text Example
White with #C7864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7864A; }
p { color: rgb(199,134,74); }
H1.HeaderClassName
{
color: #C7864A;
}
.AnyTagClassName
{
color: #C7864A;
}
</style>
background-color css
<style>
a { background-color: #C7864A; }
a { background-color: rgb(199,134,74); }
div.DivClassName
{
background-color: #C7864A;
}
.BgClassName
{
background-color: #C7864A;
}
</style>
border-color css
<style>
span { border-color: #C7864A; }
span { border-color: rgb(199,134,74); }
td.TdClassName
{
border-color: #C7864A;
}
.TagClassName
{
border-color: #C7864A;
}
</style>