Shades of Peru #C8894B
Tints of Peru #C8894B
RGB
CMYK
RGB Variations
Color information
#C8894B (or 0xC8894B) is known color: Peru. HEX triplet: C8, 89 and 4B. RGB value is (200,137,75). Sum of RGB (Red+Green+Blue) = 200+137+75=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8894B is #3776B4. Grayscale: #959595. Windows color (decimal): -3634869 or 4950472. OLE color: 4950472.
HSL color Cylindrical-coordinate representation of color #C8894B: hue angle of 29.76º 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 #C8894B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 75 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.22 |
| HSL | 29.76º | 0.53% | 0.54% | - |
| HSV(B) | 29.76º | 0.63% | 0.78% | - |
| XYZ | 34.04 | 30.68 | 10.78 | - |
| YUV | 148.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 75 | 0 | 0.32 | 0.62 | 0.22 | 29.76 | 0.53 | 0.54 |
| Hex | C8 | 89 | 4B | 0 | 20 | 3E | 16 | 1E | 35 | 36 |
| Octal | 310 | 211 | 113 | 0 | 40 | 76 | 26 | 36 | 65 | 66 |
| Binary | 11001000 | 10001001 | 1001011 | 0 | 100000 | 111110 | 10110 | 11110 | 110101 | 110110 |
Color Harmonies of #C8894B
Complementary color
Monochromatic Colors of #C8894B
Black with #C8894B
Text Example
Text Example
White with #C8894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8894B; }
p { color: rgb(200,137,75); }
H1.HeaderClassName
{
color: #C8894B;
}
.AnyTagClassName
{
color: #C8894B;
}
</style>
background-color css
<style>
a { background-color: #C8894B; }
a { background-color: rgb(200,137,75); }
div.DivClassName
{
background-color: #C8894B;
}
.BgClassName
{
background-color: #C8894B;
}
</style>
border-color css
<style>
span { border-color: #C8894B; }
span { border-color: rgb(200,137,75); }
td.TdClassName
{
border-color: #C8894B;
}
.TagClassName
{
border-color: #C8894B;
}
</style>