Shades of Peru #C7884C
Tints of Peru #C7884C
RGB
CMYK
RGB Variations
Color information
#C7884C (or 0xC7884C) is known color: Peru. HEX triplet: C7, 88 and 4C. RGB value is (199,136,76). Sum of RGB (Red+Green+Blue) = 199+136+76=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7884C is #3877B3. Grayscale: #949494. Windows color (decimal): -3700660 or 5015751. OLE color: 5015751.
HSL color Cylindrical-coordinate representation of color #C7884C: hue angle of 29.27º degrees, saturation: 0.52, 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 #C7884C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 76 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.22 |
| HSL | 29.27º | 0.52% | 0.54% | - |
| HSV(B) | 29.27º | 0.62% | 0.78% | - |
| XYZ | 33.66 | 30.27 | 10.91 | - |
| YUV | 148 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 76 | 0 | 0.32 | 0.62 | 0.22 | 29.27 | 0.52 | 0.54 |
| Hex | C7 | 88 | 4C | 0 | 20 | 3E | 16 | 1D | 34 | 36 |
| Octal | 307 | 210 | 114 | 0 | 40 | 76 | 26 | 35 | 64 | 66 |
| Binary | 11000111 | 10001000 | 1001100 | 0 | 100000 | 111110 | 10110 | 11101 | 110100 | 110110 |
Color Harmonies of #C7884C
Complementary color
Monochromatic Colors of #C7884C
Black with #C7884C
Text Example
Text Example
White with #C7884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7884C; }
p { color: rgb(199,136,76); }
H1.HeaderClassName
{
color: #C7884C;
}
.AnyTagClassName
{
color: #C7884C;
}
</style>
background-color css
<style>
a { background-color: #C7884C; }
a { background-color: rgb(199,136,76); }
div.DivClassName
{
background-color: #C7884C;
}
.BgClassName
{
background-color: #C7884C;
}
</style>
border-color css
<style>
span { border-color: #C7884C; }
span { border-color: rgb(199,136,76); }
td.TdClassName
{
border-color: #C7884C;
}
.TagClassName
{
border-color: #C7884C;
}
</style>