Shades of Peru #C8894A
Tints of Peru #C8894A
RGB
CMYK
RGB Variations
Color information
#C8894A (or 0xC8894A) is known color: Peru. HEX triplet: C8, 89 and 4A. RGB value is (200,137,74). Sum of RGB (Red+Green+Blue) = 200+137+74=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8894A is #3776B5. Grayscale: #949494. Windows color (decimal): -3634870 or 4884936. OLE color: 4884936.
HSL color Cylindrical-coordinate representation of color #C8894A: hue angle of 30º 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 #C8894A is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 74 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.22 |
| HSL | 30º | 0.53% | 0.54% | - |
| HSV(B) | 30º | 0.63% | 0.78% | - |
| XYZ | 34 | 30.67 | 10.61 | - |
| YUV | 148.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 74 | 0 | 0.32 | 0.63 | 0.22 | 30 | 0.53 | 0.54 |
| Hex | C8 | 89 | 4A | 0 | 20 | 3F | 16 | 1E | 35 | 36 |
| Octal | 310 | 211 | 112 | 0 | 40 | 77 | 26 | 36 | 65 | 66 |
| Binary | 11001000 | 10001001 | 1001010 | 0 | 100000 | 111111 | 10110 | 11110 | 110101 | 110110 |
Color Harmonies of #C8894A
Complementary color
Monochromatic Colors of #C8894A
Black with #C8894A
Text Example
Text Example
White with #C8894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8894A; }
p { color: rgb(200,137,74); }
H1.HeaderClassName
{
color: #C8894A;
}
.AnyTagClassName
{
color: #C8894A;
}
</style>
background-color css
<style>
a { background-color: #C8894A; }
a { background-color: rgb(200,137,74); }
div.DivClassName
{
background-color: #C8894A;
}
.BgClassName
{
background-color: #C8894A;
}
</style>
border-color css
<style>
span { border-color: #C8894A; }
span { border-color: rgb(200,137,74); }
td.TdClassName
{
border-color: #C8894A;
}
.TagClassName
{
border-color: #C8894A;
}
</style>