Shades of Peru #C7823F
Tints of Peru #C7823F
RGB
CMYK
RGB Variations
Color information
#C7823F (or 0xC7823F) is known color: Peru. HEX triplet: C7, 82 and 3F. RGB value is (199,130,63). Sum of RGB (Red+Green+Blue) = 199+130+63=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7823F is #387DC0. Grayscale: #8F8F8F. Windows color (decimal): -3702209 or 4162247. OLE color: 4162247.
HSL color Cylindrical-coordinate representation of color #C7823F: hue angle of 29.56º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7823F is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 63 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.22 |
| HSL | 29.56º | 0.55% | 0.51% | - |
| HSV(B) | 29.56º | 0.68% | 0.78% | - |
| XYZ | 32.43 | 28.47 | 8.49 | - |
| YUV | 142.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 63 | 0 | 0.35 | 0.68 | 0.22 | 29.56 | 0.55 | 0.51 |
| Hex | C7 | 82 | 3F | 0 | 23 | 44 | 16 | 1E | 37 | 33 |
| Octal | 307 | 202 | 77 | 0 | 43 | 104 | 26 | 36 | 67 | 63 |
| Binary | 11000111 | 10000010 | 111111 | 0 | 100011 | 1000100 | 10110 | 11110 | 110111 | 110011 |
Color Harmonies of #C7823F
Complementary color
Monochromatic Colors of #C7823F
Black with #C7823F
Text Example
Text Example
White with #C7823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7823F; }
p { color: rgb(199,130,63); }
H1.HeaderClassName
{
color: #C7823F;
}
.AnyTagClassName
{
color: #C7823F;
}
</style>
background-color css
<style>
a { background-color: #C7823F; }
a { background-color: rgb(199,130,63); }
div.DivClassName
{
background-color: #C7823F;
}
.BgClassName
{
background-color: #C7823F;
}
</style>
border-color css
<style>
span { border-color: #C7823F; }
span { border-color: rgb(199,130,63); }
td.TdClassName
{
border-color: #C7823F;
}
.TagClassName
{
border-color: #C7823F;
}
</style>