Shades of Peru #C7823D
Tints of Peru #C7823D
RGB
CMYK
RGB Variations
Color information
#C7823D (or 0xC7823D) is known color: Peru. HEX triplet: C7, 82 and 3D. RGB value is (199,130,61). Sum of RGB (Red+Green+Blue) = 199+130+61=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7823D is #387DC2. Grayscale: #8F8F8F. Windows color (decimal): -3702211 or 4031175. OLE color: 4031175.
HSL color Cylindrical-coordinate representation of color #C7823D: hue angle of 30º 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 #C7823D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 61 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.22 |
| HSL | 30º | 0.55% | 0.51% | - |
| HSV(B) | 30º | 0.69% | 0.78% | - |
| XYZ | 32.38 | 28.44 | 8.2 | - |
| YUV | 142.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 61 | 0 | 0.35 | 0.69 | 0.22 | 30 | 0.55 | 0.51 |
| Hex | C7 | 82 | 3D | 0 | 23 | 45 | 16 | 1E | 37 | 33 |
| Octal | 307 | 202 | 75 | 0 | 43 | 105 | 26 | 36 | 67 | 63 |
| Binary | 11000111 | 10000010 | 111101 | 0 | 100011 | 1000101 | 10110 | 11110 | 110111 | 110011 |
Color Harmonies of #C7823D
Complementary color
Monochromatic Colors of #C7823D
Black with #C7823D
Text Example
Text Example
White with #C7823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7823D; }
p { color: rgb(199,130,61); }
H1.HeaderClassName
{
color: #C7823D;
}
.AnyTagClassName
{
color: #C7823D;
}
</style>
background-color css
<style>
a { background-color: #C7823D; }
a { background-color: rgb(199,130,61); }
div.DivClassName
{
background-color: #C7823D;
}
.BgClassName
{
background-color: #C7823D;
}
</style>
border-color css
<style>
span { border-color: #C7823D; }
span { border-color: rgb(199,130,61); }
td.TdClassName
{
border-color: #C7823D;
}
.TagClassName
{
border-color: #C7823D;
}
</style>