Shades of Peru #C8843E
Tints of Peru #C8843E
RGB
CMYK
RGB Variations
Color information
#C8843E (or 0xC8843E) is known color: Peru. HEX triplet: C8, 84 and 3E. RGB value is (200,132,62). Sum of RGB (Red+Green+Blue) = 200+132+62=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8843E is #377BC1. Grayscale: #909090. Windows color (decimal): -3636162 or 4097224. OLE color: 4097224.
HSL color Cylindrical-coordinate representation of color #C8843E: hue angle of 30.43º 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 #C8843E is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 62 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.22 |
| HSL | 30.43º | 0.56% | 0.51% | - |
| HSV(B) | 30.43º | 0.69% | 0.78% | - |
| XYZ | 32.94 | 29.13 | 8.44 | - |
| YUV | 144.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 62 | 0 | 0.34 | 0.69 | 0.22 | 30.43 | 0.56 | 0.51 |
| Hex | C8 | 84 | 3E | 0 | 22 | 45 | 16 | 1E | 38 | 33 |
| Octal | 310 | 204 | 76 | 0 | 42 | 105 | 26 | 36 | 70 | 63 |
| Binary | 11001000 | 10000100 | 111110 | 0 | 100010 | 1000101 | 10110 | 11110 | 111000 | 110011 |
Color Harmonies of #C8843E
Complementary color
Monochromatic Colors of #C8843E
Black with #C8843E
Text Example
Text Example
White with #C8843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8843E; }
p { color: rgb(200,132,62); }
H1.HeaderClassName
{
color: #C8843E;
}
.AnyTagClassName
{
color: #C8843E;
}
</style>
background-color css
<style>
a { background-color: #C8843E; }
a { background-color: rgb(200,132,62); }
div.DivClassName
{
background-color: #C8843E;
}
.BgClassName
{
background-color: #C8843E;
}
</style>
border-color css
<style>
span { border-color: #C8843E; }
span { border-color: rgb(200,132,62); }
td.TdClassName
{
border-color: #C8843E;
}
.TagClassName
{
border-color: #C8843E;
}
</style>