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