Shades of Peru #C7843E
Tints of Peru #C7843E
RGB
CMYK
RGB Variations
Color information
#C7843E (or 0xC7843E) is known color: Peru. HEX triplet: C7, 84 and 3E. RGB value is (199,132,62). Sum of RGB (Red+Green+Blue) = 199+132+62=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7843E is #387BC1. Grayscale: #909090. Windows color (decimal): -3701698 or 4097223. OLE color: 4097223.
HSL color Cylindrical-coordinate representation of color #C7843E: hue angle of 30.66º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7843E is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 62 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.22 |
| HSL | 30.66º | 0.55% | 0.51% | - |
| HSV(B) | 30.66º | 0.69% | 0.78% | - |
| XYZ | 32.67 | 28.99 | 8.43 | - |
| YUV | 144.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 62 | 0 | 0.34 | 0.69 | 0.22 | 30.66 | 0.55 | 0.51 |
| Hex | C7 | 84 | 3E | 0 | 22 | 45 | 16 | 1F | 37 | 33 |
| Octal | 307 | 204 | 76 | 0 | 42 | 105 | 26 | 37 | 67 | 63 |
| Binary | 11000111 | 10000100 | 111110 | 0 | 100010 | 1000101 | 10110 | 11111 | 110111 | 110011 |
Color Harmonies of #C7843E
Complementary color
Monochromatic Colors of #C7843E
Black with #C7843E
Text Example
Text Example
White with #C7843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7843E; }
p { color: rgb(199,132,62); }
H1.HeaderClassName
{
color: #C7843E;
}
.AnyTagClassName
{
color: #C7843E;
}
</style>
background-color css
<style>
a { background-color: #C7843E; }
a { background-color: rgb(199,132,62); }
div.DivClassName
{
background-color: #C7843E;
}
.BgClassName
{
background-color: #C7843E;
}
</style>
border-color css
<style>
span { border-color: #C7843E; }
span { border-color: rgb(199,132,62); }
td.TdClassName
{
border-color: #C7843E;
}
.TagClassName
{
border-color: #C7843E;
}
</style>