Shades of Peru #C8884B
Tints of Peru #C8884B
RGB
CMYK
RGB Variations
Color information
#C8884B (or 0xC8884B) is known color: Peru. HEX triplet: C8, 88 and 4B. RGB value is (200,136,75). Sum of RGB (Red+Green+Blue) = 200+136+75=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8884B is #3777B4. Grayscale: #949494. Windows color (decimal): -3635125 or 4950216. OLE color: 4950216.
HSL color Cylindrical-coordinate representation of color #C8884B: hue angle of 29.28º 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 #C8884B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 75 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.22 |
| HSL | 29.28º | 0.53% | 0.54% | - |
| HSV(B) | 29.28º | 0.63% | 0.78% | - |
| XYZ | 33.89 | 30.4 | 10.74 | - |
| YUV | 148.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 75 | 0 | 0.32 | 0.62 | 0.22 | 29.28 | 0.53 | 0.54 |
| Hex | C8 | 88 | 4B | 0 | 20 | 3E | 16 | 1D | 35 | 36 |
| Octal | 310 | 210 | 113 | 0 | 40 | 76 | 26 | 35 | 65 | 66 |
| Binary | 11001000 | 10001000 | 1001011 | 0 | 100000 | 111110 | 10110 | 11101 | 110101 | 110110 |
Color Harmonies of #C8884B
Complementary color
Monochromatic Colors of #C8884B
Black with #C8884B
Text Example
Text Example
White with #C8884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8884B; }
p { color: rgb(200,136,75); }
H1.HeaderClassName
{
color: #C8884B;
}
.AnyTagClassName
{
color: #C8884B;
}
</style>
background-color css
<style>
a { background-color: #C8884B; }
a { background-color: rgb(200,136,75); }
div.DivClassName
{
background-color: #C8884B;
}
.BgClassName
{
background-color: #C8884B;
}
</style>
border-color css
<style>
span { border-color: #C8884B; }
span { border-color: rgb(200,136,75); }
td.TdClassName
{
border-color: #C8884B;
}
.TagClassName
{
border-color: #C8884B;
}
</style>