Shades of Peru #C8823F
Tints of Peru #C8823F
RGB
CMYK
RGB Variations
Color information
#C8823F (or 0xC8823F) is known color: Peru. HEX triplet: C8, 82 and 3F. RGB value is (200,130,63). Sum of RGB (Red+Green+Blue) = 200+130+63=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8823F is #377DC0. Grayscale: #8F8F8F. Windows color (decimal): -3636673 or 4162248. OLE color: 4162248.
HSL color Cylindrical-coordinate representation of color #C8823F: hue angle of 29.34º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8823F is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 63 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.22 |
| HSL | 29.34º | 0.55% | 0.52% | - |
| HSV(B) | 29.34º | 0.69% | 0.78% | - |
| XYZ | 32.7 | 28.6 | 8.5 | - |
| YUV | 143.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 63 | 0 | 0.35 | 0.68 | 0.22 | 29.34 | 0.55 | 0.52 |
| Hex | C8 | 82 | 3F | 0 | 23 | 44 | 16 | 1D | 37 | 34 |
| Octal | 310 | 202 | 77 | 0 | 43 | 104 | 26 | 35 | 67 | 64 |
| Binary | 11001000 | 10000010 | 111111 | 0 | 100011 | 1000100 | 10110 | 11101 | 110111 | 110100 |
Color Harmonies of #C8823F
Complementary color
Monochromatic Colors of #C8823F
Black with #C8823F
Text Example
Text Example
White with #C8823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8823F; }
p { color: rgb(200,130,63); }
H1.HeaderClassName
{
color: #C8823F;
}
.AnyTagClassName
{
color: #C8823F;
}
</style>
background-color css
<style>
a { background-color: #C8823F; }
a { background-color: rgb(200,130,63); }
div.DivClassName
{
background-color: #C8823F;
}
.BgClassName
{
background-color: #C8823F;
}
</style>
border-color css
<style>
span { border-color: #C8823F; }
span { border-color: rgb(200,130,63); }
td.TdClassName
{
border-color: #C8823F;
}
.TagClassName
{
border-color: #C8823F;
}
</style>