Shades of Peru #C4843F
Tints of Peru #C4843F
RGB
CMYK
RGB Variations
Color information
#C4843F (or 0xC4843F) is known color: Peru. HEX triplet: C4, 84 and 3F. RGB value is (196,132,63). Sum of RGB (Red+Green+Blue) = 196+132+63=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4843F is #3B7BC0. Grayscale: #8F8F8F. Windows color (decimal): -3898305 or 4162756. OLE color: 4162756.
HSL color Cylindrical-coordinate representation of color #C4843F: hue angle of 31.13º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4843F is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 63 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.23 |
| HSL | 31.13º | 0.53% | 0.51% | - |
| HSV(B) | 31.13º | 0.68% | 0.77% | - |
| XYZ | 31.91 | 28.6 | 8.54 | - |
| YUV | 143.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 63 | 0 | 0.33 | 0.68 | 0.23 | 31.13 | 0.53 | 0.51 |
| Hex | C4 | 84 | 3F | 0 | 21 | 44 | 17 | 1F | 35 | 33 |
| Octal | 304 | 204 | 77 | 0 | 41 | 104 | 27 | 37 | 65 | 63 |
| Binary | 11000100 | 10000100 | 111111 | 0 | 100001 | 1000100 | 10111 | 11111 | 110101 | 110011 |
Color Harmonies of #C4843F
Complementary color
Monochromatic Colors of #C4843F
Black with #C4843F
Text Example
Text Example
White with #C4843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4843F; }
p { color: rgb(196,132,63); }
H1.HeaderClassName
{
color: #C4843F;
}
.AnyTagClassName
{
color: #C4843F;
}
</style>
background-color css
<style>
a { background-color: #C4843F; }
a { background-color: rgb(196,132,63); }
div.DivClassName
{
background-color: #C4843F;
}
.BgClassName
{
background-color: #C4843F;
}
</style>
border-color css
<style>
span { border-color: #C4843F; }
span { border-color: rgb(196,132,63); }
td.TdClassName
{
border-color: #C4843F;
}
.TagClassName
{
border-color: #C4843F;
}
</style>