Shades of Peru #C7844C
Tints of Peru #C7844C
RGB
CMYK
RGB Variations
Color information
#C7844C (or 0xC7844C) is known color: Peru. HEX triplet: C7, 84 and 4C. RGB value is (199,132,76). Sum of RGB (Red+Green+Blue) = 199+132+76=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7844C is #387BB3. Grayscale: #919191. Windows color (decimal): -3701684 or 5014727. OLE color: 5014727.
HSL color Cylindrical-coordinate representation of color #C7844C: hue angle of 27.32º 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 #C7844C is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 76 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.22 |
| HSL | 27.32º | 0.52% | 0.54% | - |
| HSV(B) | 27.32º | 0.62% | 0.78% | - |
| XYZ | 33.11 | 29.17 | 10.72 | - |
| YUV | 145.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 76 | 0 | 0.34 | 0.62 | 0.22 | 27.32 | 0.52 | 0.54 |
| Hex | C7 | 84 | 4C | 0 | 22 | 3E | 16 | 1B | 34 | 36 |
| Octal | 307 | 204 | 114 | 0 | 42 | 76 | 26 | 33 | 64 | 66 |
| Binary | 11000111 | 10000100 | 1001100 | 0 | 100010 | 111110 | 10110 | 11011 | 110100 | 110110 |
Color Harmonies of #C7844C
Complementary color
Monochromatic Colors of #C7844C
Black with #C7844C
Text Example
Text Example
White with #C7844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7844C; }
p { color: rgb(199,132,76); }
H1.HeaderClassName
{
color: #C7844C;
}
.AnyTagClassName
{
color: #C7844C;
}
</style>
background-color css
<style>
a { background-color: #C7844C; }
a { background-color: rgb(199,132,76); }
div.DivClassName
{
background-color: #C7844C;
}
.BgClassName
{
background-color: #C7844C;
}
</style>
border-color css
<style>
span { border-color: #C7844C; }
span { border-color: rgb(199,132,76); }
td.TdClassName
{
border-color: #C7844C;
}
.TagClassName
{
border-color: #C7844C;
}
</style>