Shades of Peru #C7843C
Tints of Peru #C7843C
RGB
CMYK
RGB Variations
Color information
#C7843C (or 0xC7843C) is known color: Peru. HEX triplet: C7, 84 and 3C. RGB value is (199,132,60). Sum of RGB (Red+Green+Blue) = 199+132+60=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7843C is #387BC3. Grayscale: #909090. Windows color (decimal): -3701700 or 3966151. OLE color: 3966151.
HSL color Cylindrical-coordinate representation of color #C7843C: hue angle of 31.08º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7843C is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 60 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.22 |
| HSL | 31.08º | 0.55% | 0.51% | - |
| HSV(B) | 31.08º | 0.7% | 0.78% | - |
| XYZ | 32.62 | 28.97 | 8.15 | - |
| YUV | 143.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 60 | 0 | 0.34 | 0.70 | 0.22 | 31.08 | 0.55 | 0.51 |
| Hex | C7 | 84 | 3C | 0 | 22 | 46 | 16 | 1F | 37 | 33 |
| Octal | 307 | 204 | 74 | 0 | 42 | 106 | 26 | 37 | 67 | 63 |
| Binary | 11000111 | 10000100 | 111100 | 0 | 100010 | 1000110 | 10110 | 11111 | 110111 | 110011 |
Color Harmonies of #C7843C
Complementary color
Monochromatic Colors of #C7843C
Black with #C7843C
Text Example
Text Example
White with #C7843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7843C; }
p { color: rgb(199,132,60); }
H1.HeaderClassName
{
color: #C7843C;
}
.AnyTagClassName
{
color: #C7843C;
}
</style>
background-color css
<style>
a { background-color: #C7843C; }
a { background-color: rgb(199,132,60); }
div.DivClassName
{
background-color: #C7843C;
}
.BgClassName
{
background-color: #C7843C;
}
</style>
border-color css
<style>
span { border-color: #C7843C; }
span { border-color: rgb(199,132,60); }
td.TdClassName
{
border-color: #C7843C;
}
.TagClassName
{
border-color: #C7843C;
}
</style>