Shades of Peru #C78649
Tints of Peru #C78649
RGB
CMYK
RGB Variations
Color information
#C78649 (or 0xC78649) is known color: Peru. HEX triplet: C7, 86 and 49. RGB value is (199,134,73). Sum of RGB (Red+Green+Blue) = 199+134+73=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C78649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78649 is #3879B6. Grayscale: #929292. Windows color (decimal): -3701175 or 4818631. OLE color: 4818631.
HSL color Cylindrical-coordinate representation of color #C78649: hue angle of 29.05º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C78649 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 73 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.22 |
| HSL | 29.05º | 0.53% | 0.53% | - |
| HSV(B) | 29.05º | 0.63% | 0.78% | - |
| XYZ | 33.28 | 29.67 | 10.28 | - |
| YUV | 146.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 73 | 0 | 0.33 | 0.63 | 0.22 | 29.05 | 0.53 | 0.53 |
| Hex | C7 | 86 | 49 | 0 | 21 | 3F | 16 | 1D | 35 | 35 |
| Octal | 307 | 206 | 111 | 0 | 41 | 77 | 26 | 35 | 65 | 65 |
| Binary | 11000111 | 10000110 | 1001001 | 0 | 100001 | 111111 | 10110 | 11101 | 110101 | 110101 |
Color Harmonies of #C78649
Complementary color
Monochromatic Colors of #C78649
Black with #C78649
Text Example
Text Example
White with #C78649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78649; }
p { color: rgb(199,134,73); }
H1.HeaderClassName
{
color: #C78649;
}
.AnyTagClassName
{
color: #C78649;
}
</style>
background-color css
<style>
a { background-color: #C78649; }
a { background-color: rgb(199,134,73); }
div.DivClassName
{
background-color: #C78649;
}
.BgClassName
{
background-color: #C78649;
}
</style>
border-color css
<style>
span { border-color: #C78649; }
span { border-color: rgb(199,134,73); }
td.TdClassName
{
border-color: #C78649;
}
.TagClassName
{
border-color: #C78649;
}
</style>