Shades of Peru #C7843D
Tints of Peru #C7843D
RGB
CMYK
RGB Variations
Color information
#C7843D (or 0xC7843D) is known color: Peru. HEX triplet: C7, 84 and 3D. RGB value is (199,132,61). Sum of RGB (Red+Green+Blue) = 199+132+61=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7843D is #387BC2. Grayscale: #909090. Windows color (decimal): -3701699 or 4031687. OLE color: 4031687.
HSL color Cylindrical-coordinate representation of color #C7843D: hue angle of 30.87º 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 #C7843D is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 61 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.22 |
| HSL | 30.87º | 0.55% | 0.51% | - |
| HSV(B) | 30.87º | 0.69% | 0.78% | - |
| XYZ | 32.65 | 28.98 | 8.29 | - |
| YUV | 143.94 | 81.2 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 61 | 0 | 0.34 | 0.69 | 0.22 | 30.87 | 0.55 | 0.51 |
| Hex | C7 | 84 | 3D | 0 | 22 | 45 | 16 | 1F | 37 | 33 |
| Octal | 307 | 204 | 75 | 0 | 42 | 105 | 26 | 37 | 67 | 63 |
| Binary | 11000111 | 10000100 | 111101 | 0 | 100010 | 1000101 | 10110 | 11111 | 110111 | 110011 |
Color Harmonies of #C7843D
Complementary color
Monochromatic Colors of #C7843D
Black with #C7843D
Text Example
Text Example
White with #C7843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7843D; }
p { color: rgb(199,132,61); }
H1.HeaderClassName
{
color: #C7843D;
}
.AnyTagClassName
{
color: #C7843D;
}
</style>
background-color css
<style>
a { background-color: #C7843D; }
a { background-color: rgb(199,132,61); }
div.DivClassName
{
background-color: #C7843D;
}
.BgClassName
{
background-color: #C7843D;
}
</style>
border-color css
<style>
span { border-color: #C7843D; }
span { border-color: rgb(199,132,61); }
td.TdClassName
{
border-color: #C7843D;
}
.TagClassName
{
border-color: #C7843D;
}
</style>