Shades of Peru #C8854A
Tints of Peru #C8854A
RGB
CMYK
RGB Variations
Color information
#C8854A (or 0xC8854A) is known color: Peru. HEX triplet: C8, 85 and 4A. RGB value is (200,133,74). Sum of RGB (Red+Green+Blue) = 200+133+74=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8854A is #377AB5. Grayscale: #929292. Windows color (decimal): -3635894 or 4883912. OLE color: 4883912.
HSL color Cylindrical-coordinate representation of color #C8854A: hue angle of 28.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8854A is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 74 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.22 |
| HSL | 28.1º | 0.53% | 0.54% | - |
| HSV(B) | 28.1º | 0.63% | 0.78% | - |
| XYZ | 33.44 | 29.55 | 10.42 | - |
| YUV | 146.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 74 | 0 | 0.34 | 0.63 | 0.22 | 28.1 | 0.53 | 0.54 |
| Hex | C8 | 85 | 4A | 0 | 22 | 3F | 16 | 1C | 35 | 36 |
| Octal | 310 | 205 | 112 | 0 | 42 | 77 | 26 | 34 | 65 | 66 |
| Binary | 11001000 | 10000101 | 1001010 | 0 | 100010 | 111111 | 10110 | 11100 | 110101 | 110110 |
Color Harmonies of #C8854A
Complementary color
Monochromatic Colors of #C8854A
Black with #C8854A
Text Example
Text Example
White with #C8854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8854A; }
p { color: rgb(200,133,74); }
H1.HeaderClassName
{
color: #C8854A;
}
.AnyTagClassName
{
color: #C8854A;
}
</style>
background-color css
<style>
a { background-color: #C8854A; }
a { background-color: rgb(200,133,74); }
div.DivClassName
{
background-color: #C8854A;
}
.BgClassName
{
background-color: #C8854A;
}
</style>
border-color css
<style>
span { border-color: #C8854A; }
span { border-color: rgb(200,133,74); }
td.TdClassName
{
border-color: #C8854A;
}
.TagClassName
{
border-color: #C8854A;
}
</style>