Shades of Peru #C78344
Tints of Peru #C78344
RGB
CMYK
RGB Variations
Color information
#C78344 (or 0xC78344) is known color: Peru. HEX triplet: C7, 83 and 44. RGB value is (199,131,68). Sum of RGB (Red+Green+Blue) = 199+131+68=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C78344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78344 is #387CBB. Grayscale: #909090. Windows color (decimal): -3701948 or 4490183. OLE color: 4490183.
HSL color Cylindrical-coordinate representation of color #C78344: hue angle of 28.85º 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 #C78344 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 68 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.22 |
| HSL | 28.85º | 0.54% | 0.52% | - |
| HSV(B) | 28.85º | 0.66% | 0.78% | - |
| XYZ | 32.71 | 28.79 | 9.3 | - |
| YUV | 144.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 68 | 0 | 0.34 | 0.66 | 0.22 | 28.85 | 0.54 | 0.52 |
| Hex | C7 | 83 | 44 | 0 | 22 | 42 | 16 | 1D | 36 | 34 |
| Octal | 307 | 203 | 104 | 0 | 42 | 102 | 26 | 35 | 66 | 64 |
| Binary | 11000111 | 10000011 | 1000100 | 0 | 100010 | 1000010 | 10110 | 11101 | 110110 | 110100 |
Color Harmonies of #C78344
Complementary color
Monochromatic Colors of #C78344
Black with #C78344
Text Example
Text Example
White with #C78344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78344; }
p { color: rgb(199,131,68); }
H1.HeaderClassName
{
color: #C78344;
}
.AnyTagClassName
{
color: #C78344;
}
</style>
background-color css
<style>
a { background-color: #C78344; }
a { background-color: rgb(199,131,68); }
div.DivClassName
{
background-color: #C78344;
}
.BgClassName
{
background-color: #C78344;
}
</style>
border-color css
<style>
span { border-color: #C78344; }
span { border-color: rgb(199,131,68); }
td.TdClassName
{
border-color: #C78344;
}
.TagClassName
{
border-color: #C78344;
}
</style>