Shades of Peru #C7823E
Tints of Peru #C7823E
RGB
CMYK
RGB Variations
Color information
#C7823E (or 0xC7823E) is known color: Peru. HEX triplet: C7, 82 and 3E. RGB value is (199,130,62). Sum of RGB (Red+Green+Blue) = 199+130+62=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7823E is #387DC1. Grayscale: #8F8F8F. Windows color (decimal): -3702210 or 4096711. OLE color: 4096711.
HSL color Cylindrical-coordinate representation of color #C7823E: hue angle of 29.78º 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 #C7823E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 62 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.22 |
| HSL | 29.78º | 0.55% | 0.51% | - |
| HSV(B) | 29.78º | 0.69% | 0.78% | - |
| XYZ | 32.41 | 28.46 | 8.34 | - |
| YUV | 142.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 62 | 0 | 0.35 | 0.69 | 0.22 | 29.78 | 0.55 | 0.51 |
| Hex | C7 | 82 | 3E | 0 | 23 | 45 | 16 | 1E | 37 | 33 |
| Octal | 307 | 202 | 76 | 0 | 43 | 105 | 26 | 36 | 67 | 63 |
| Binary | 11000111 | 10000010 | 111110 | 0 | 100011 | 1000101 | 10110 | 11110 | 110111 | 110011 |
Color Harmonies of #C7823E
Complementary color
Monochromatic Colors of #C7823E
Black with #C7823E
Text Example
Text Example
White with #C7823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7823E; }
p { color: rgb(199,130,62); }
H1.HeaderClassName
{
color: #C7823E;
}
.AnyTagClassName
{
color: #C7823E;
}
</style>
background-color css
<style>
a { background-color: #C7823E; }
a { background-color: rgb(199,130,62); }
div.DivClassName
{
background-color: #C7823E;
}
.BgClassName
{
background-color: #C7823E;
}
</style>
border-color css
<style>
span { border-color: #C7823E; }
span { border-color: rgb(199,130,62); }
td.TdClassName
{
border-color: #C7823E;
}
.TagClassName
{
border-color: #C7823E;
}
</style>