Shades of Peru #C48646
Tints of Peru #C48646
RGB
CMYK
RGB Variations
Color information
#C48646 (or 0xC48646) is known color: Peru. HEX triplet: C4, 86 and 46. RGB value is (196,134,70). Sum of RGB (Red+Green+Blue) = 196+134+70=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C48646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48646 is #3B79B9. Grayscale: #919191. Windows color (decimal): -3897786 or 4622020. OLE color: 4622020.
HSL color Cylindrical-coordinate representation of color #C48646: hue angle of 30.48º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C48646 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 70 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.23 |
| HSL | 30.48º | 0.52% | 0.52% | - |
| HSV(B) | 30.48º | 0.64% | 0.77% | - |
| XYZ | 32.4 | 29.23 | 9.73 | - |
| YUV | 145.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 70 | 0 | 0.32 | 0.64 | 0.23 | 30.48 | 0.52 | 0.52 |
| Hex | C4 | 86 | 46 | 0 | 20 | 40 | 17 | 1E | 34 | 34 |
| Octal | 304 | 206 | 106 | 0 | 40 | 100 | 27 | 36 | 64 | 64 |
| Binary | 11000100 | 10000110 | 1000110 | 0 | 100000 | 1000000 | 10111 | 11110 | 110100 | 110100 |
Color Harmonies of #C48646
Complementary color
Monochromatic Colors of #C48646
Black with #C48646
Text Example
Text Example
White with #C48646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48646; }
p { color: rgb(196,134,70); }
H1.HeaderClassName
{
color: #C48646;
}
.AnyTagClassName
{
color: #C48646;
}
</style>
background-color css
<style>
a { background-color: #C48646; }
a { background-color: rgb(196,134,70); }
div.DivClassName
{
background-color: #C48646;
}
.BgClassName
{
background-color: #C48646;
}
</style>
border-color css
<style>
span { border-color: #C48646; }
span { border-color: rgb(196,134,70); }
td.TdClassName
{
border-color: #C48646;
}
.TagClassName
{
border-color: #C48646;
}
</style>