Shades of Peru #C78342
Tints of Peru #C78342
RGB
CMYK
RGB Variations
Color information
#C78342 (or 0xC78342) is known color: Peru. HEX triplet: C7, 83 and 42. RGB value is (199,131,66). Sum of RGB (Red+Green+Blue) = 199+131+66=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C78342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78342 is #387CBD. Grayscale: #909090. Windows color (decimal): -3701950 or 4359111. OLE color: 4359111.
HSL color Cylindrical-coordinate representation of color #C78342: hue angle of 29.32º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C78342 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 66 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.22 |
| HSL | 29.32º | 0.54% | 0.52% | - |
| HSV(B) | 29.32º | 0.67% | 0.78% | - |
| XYZ | 32.65 | 28.77 | 8.99 | - |
| YUV | 143.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 66 | 0 | 0.34 | 0.67 | 0.22 | 29.32 | 0.54 | 0.52 |
| Hex | C7 | 83 | 42 | 0 | 22 | 43 | 16 | 1D | 36 | 34 |
| Octal | 307 | 203 | 102 | 0 | 42 | 103 | 26 | 35 | 66 | 64 |
| Binary | 11000111 | 10000011 | 1000010 | 0 | 100010 | 1000011 | 10110 | 11101 | 110110 | 110100 |
Color Harmonies of #C78342
Complementary color
Monochromatic Colors of #C78342
Black with #C78342
Text Example
Text Example
White with #C78342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78342; }
p { color: rgb(199,131,66); }
H1.HeaderClassName
{
color: #C78342;
}
.AnyTagClassName
{
color: #C78342;
}
</style>
background-color css
<style>
a { background-color: #C78342; }
a { background-color: rgb(199,131,66); }
div.DivClassName
{
background-color: #C78342;
}
.BgClassName
{
background-color: #C78342;
}
</style>
border-color css
<style>
span { border-color: #C78342; }
span { border-color: rgb(199,131,66); }
td.TdClassName
{
border-color: #C78342;
}
.TagClassName
{
border-color: #C78342;
}
</style>