Shades of Peru #C8894C
Tints of Peru #C8894C
RGB
CMYK
RGB Variations
Color information
#C8894C (or 0xC8894C) is known color: Peru. HEX triplet: C8, 89 and 4C. RGB value is (200,137,76). Sum of RGB (Red+Green+Blue) = 200+137+76=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8894C is #3776B3. Grayscale: #959595. Windows color (decimal): -3634868 or 5016008. OLE color: 5016008.
HSL color Cylindrical-coordinate representation of color #C8894C: hue angle of 29.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8894C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 76 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.22 |
| HSL | 29.52º | 0.53% | 0.54% | - |
| HSV(B) | 29.52º | 0.62% | 0.78% | - |
| XYZ | 34.07 | 30.69 | 10.97 | - |
| YUV | 148.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 76 | 0 | 0.32 | 0.62 | 0.22 | 29.52 | 0.53 | 0.54 |
| Hex | C8 | 89 | 4C | 0 | 20 | 3E | 16 | 1E | 35 | 36 |
| Octal | 310 | 211 | 114 | 0 | 40 | 76 | 26 | 36 | 65 | 66 |
| Binary | 11001000 | 10001001 | 1001100 | 0 | 100000 | 111110 | 10110 | 11110 | 110101 | 110110 |
Color Harmonies of #C8894C
Complementary color
Monochromatic Colors of #C8894C
Black with #C8894C
Text Example
Text Example
White with #C8894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8894C; }
p { color: rgb(200,137,76); }
H1.HeaderClassName
{
color: #C8894C;
}
.AnyTagClassName
{
color: #C8894C;
}
</style>
background-color css
<style>
a { background-color: #C8894C; }
a { background-color: rgb(200,137,76); }
div.DivClassName
{
background-color: #C8894C;
}
.BgClassName
{
background-color: #C8894C;
}
</style>
border-color css
<style>
span { border-color: #C8894C; }
span { border-color: rgb(200,137,76); }
td.TdClassName
{
border-color: #C8894C;
}
.TagClassName
{
border-color: #C8894C;
}
</style>