Shades of Peru #C8823E
Tints of Peru #C8823E
RGB
CMYK
RGB Variations
Color information
#C8823E (or 0xC8823E) is known color: Peru. HEX triplet: C8, 82 and 3E. RGB value is (200,130,62). Sum of RGB (Red+Green+Blue) = 200+130+62=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8823E is #377DC1. Grayscale: #8F8F8F. Windows color (decimal): -3636674 or 4096712. OLE color: 4096712.
HSL color Cylindrical-coordinate representation of color #C8823E: hue angle of 29.57º degrees, saturation: 0.56, 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 #C8823E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 62 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.22 |
| HSL | 29.57º | 0.56% | 0.51% | - |
| HSV(B) | 29.57º | 0.69% | 0.78% | - |
| XYZ | 32.67 | 28.59 | 8.35 | - |
| YUV | 143.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 62 | 0 | 0.35 | 0.69 | 0.22 | 29.57 | 0.56 | 0.51 |
| Hex | C8 | 82 | 3E | 0 | 23 | 45 | 16 | 1E | 38 | 33 |
| Octal | 310 | 202 | 76 | 0 | 43 | 105 | 26 | 36 | 70 | 63 |
| Binary | 11001000 | 10000010 | 111110 | 0 | 100011 | 1000101 | 10110 | 11110 | 111000 | 110011 |
Color Harmonies of #C8823E
Complementary color
Monochromatic Colors of #C8823E
Black with #C8823E
Text Example
Text Example
White with #C8823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8823E; }
p { color: rgb(200,130,62); }
H1.HeaderClassName
{
color: #C8823E;
}
.AnyTagClassName
{
color: #C8823E;
}
</style>
background-color css
<style>
a { background-color: #C8823E; }
a { background-color: rgb(200,130,62); }
div.DivClassName
{
background-color: #C8823E;
}
.BgClassName
{
background-color: #C8823E;
}
</style>
border-color css
<style>
span { border-color: #C8823E; }
span { border-color: rgb(200,130,62); }
td.TdClassName
{
border-color: #C8823E;
}
.TagClassName
{
border-color: #C8823E;
}
</style>