Shades of Peru #C48648
Tints of Peru #C48648
RGB
CMYK
RGB Variations
Color information
#C48648 (or 0xC48648) is known color: Peru. HEX triplet: C4, 86 and 48. RGB value is (196,134,72). Sum of RGB (Red+Green+Blue) = 196+134+72=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C48648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48648 is #3B79B7. Grayscale: #919191. Windows color (decimal): -3897784 or 4753092. OLE color: 4753092.
HSL color Cylindrical-coordinate representation of color #C48648: hue angle of 30º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C48648 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 72 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.23 |
| HSL | 30º | 0.51% | 0.53% | - |
| HSV(B) | 30º | 0.63% | 0.77% | - |
| XYZ | 32.46 | 29.25 | 10.07 | - |
| YUV | 145.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 72 | 0 | 0.32 | 0.63 | 0.23 | 30 | 0.51 | 0.53 |
| Hex | C4 | 86 | 48 | 0 | 20 | 3F | 17 | 1E | 33 | 35 |
| Octal | 304 | 206 | 110 | 0 | 40 | 77 | 27 | 36 | 63 | 65 |
| Binary | 11000100 | 10000110 | 1001000 | 0 | 100000 | 111111 | 10111 | 11110 | 110011 | 110101 |
Color Harmonies of #C48648
Complementary color
Monochromatic Colors of #C48648
Black with #C48648
Text Example
Text Example
White with #C48648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48648; }
p { color: rgb(196,134,72); }
H1.HeaderClassName
{
color: #C48648;
}
.AnyTagClassName
{
color: #C48648;
}
</style>
background-color css
<style>
a { background-color: #C48648; }
a { background-color: rgb(196,134,72); }
div.DivClassName
{
background-color: #C48648;
}
.BgClassName
{
background-color: #C48648;
}
</style>
border-color css
<style>
span { border-color: #C48648; }
span { border-color: rgb(196,134,72); }
td.TdClassName
{
border-color: #C48648;
}
.TagClassName
{
border-color: #C48648;
}
</style>