Shades of Peru #C78444
Tints of Peru #C78444
RGB
CMYK
RGB Variations
Color information
#C78444 (or 0xC78444) is known color: Peru. HEX triplet: C7, 84 and 44. RGB value is (199,132,68). Sum of RGB (Red+Green+Blue) = 199+132+68=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C78444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78444 is #387BBB. Grayscale: #919191. Windows color (decimal): -3701692 or 4490439. OLE color: 4490439.
HSL color Cylindrical-coordinate representation of color #C78444: hue angle of 29.31º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C78444 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 68 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.22 |
| HSL | 29.31º | 0.54% | 0.52% | - |
| HSV(B) | 29.31º | 0.66% | 0.78% | - |
| XYZ | 32.85 | 29.06 | 9.35 | - |
| YUV | 144.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 68 | 0 | 0.34 | 0.66 | 0.22 | 29.31 | 0.54 | 0.52 |
| Hex | C7 | 84 | 44 | 0 | 22 | 42 | 16 | 1D | 36 | 34 |
| Octal | 307 | 204 | 104 | 0 | 42 | 102 | 26 | 35 | 66 | 64 |
| Binary | 11000111 | 10000100 | 1000100 | 0 | 100010 | 1000010 | 10110 | 11101 | 110110 | 110100 |
Color Harmonies of #C78444
Complementary color
Monochromatic Colors of #C78444
Black with #C78444
Text Example
Text Example
White with #C78444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78444; }
p { color: rgb(199,132,68); }
H1.HeaderClassName
{
color: #C78444;
}
.AnyTagClassName
{
color: #C78444;
}
</style>
background-color css
<style>
a { background-color: #C78444; }
a { background-color: rgb(199,132,68); }
div.DivClassName
{
background-color: #C78444;
}
.BgClassName
{
background-color: #C78444;
}
</style>
border-color css
<style>
span { border-color: #C78444; }
span { border-color: rgb(199,132,68); }
td.TdClassName
{
border-color: #C78444;
}
.TagClassName
{
border-color: #C78444;
}
</style>