Shades of Peru #C78349
Tints of Peru #C78349
RGB
CMYK
RGB Variations
Color information
#C78349 (or 0xC78349) is known color: Peru. HEX triplet: C7, 83 and 49. RGB value is (199,131,73). Sum of RGB (Red+Green+Blue) = 199+131+73=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C78349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78349 is #387CB6. Grayscale: #919191. Windows color (decimal): -3701943 or 4817863. OLE color: 4817863.
HSL color Cylindrical-coordinate representation of color #C78349: hue angle of 27.62º 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 #C78349 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 73 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.22 |
| HSL | 27.62º | 0.53% | 0.53% | - |
| HSV(B) | 27.62º | 0.63% | 0.78% | - |
| XYZ | 32.87 | 28.86 | 10.14 | - |
| YUV | 144.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 73 | 0 | 0.34 | 0.63 | 0.22 | 27.62 | 0.53 | 0.53 |
| Hex | C7 | 83 | 49 | 0 | 22 | 3F | 16 | 1C | 35 | 35 |
| Octal | 307 | 203 | 111 | 0 | 42 | 77 | 26 | 34 | 65 | 65 |
| Binary | 11000111 | 10000011 | 1001001 | 0 | 100010 | 111111 | 10110 | 11100 | 110101 | 110101 |
Color Harmonies of #C78349
Complementary color
Monochromatic Colors of #C78349
Black with #C78349
Text Example
Text Example
White with #C78349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78349; }
p { color: rgb(199,131,73); }
H1.HeaderClassName
{
color: #C78349;
}
.AnyTagClassName
{
color: #C78349;
}
</style>
background-color css
<style>
a { background-color: #C78349; }
a { background-color: rgb(199,131,73); }
div.DivClassName
{
background-color: #C78349;
}
.BgClassName
{
background-color: #C78349;
}
</style>
border-color css
<style>
span { border-color: #C78349; }
span { border-color: rgb(199,131,73); }
td.TdClassName
{
border-color: #C78349;
}
.TagClassName
{
border-color: #C78349;
}
</style>