Shades of Peru #CF8240
Tints of Peru #CF8240
RGB
CMYK
RGB Variations
Color information
#CF8240 (or 0xCF8240) is known color: Peru. HEX triplet: CF, 82 and 40. RGB value is (207,130,64). Sum of RGB (Red+Green+Blue) = 207+130+64=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8240 is #307DBF. Grayscale: #919191. Windows color (decimal): -3177920 or 4227791. OLE color: 4227791.
HSL color Cylindrical-coordinate representation of color #CF8240: hue angle of 27.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF8240 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 64 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.19 |
| HSL | 27.69º | 0.6% | 0.53% | - |
| HSV(B) | 27.69º | 0.69% | 0.81% | - |
| XYZ | 34.64 | 29.6 | 8.74 | - |
| YUV | 145.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 64 | 0 | 0.37 | 0.69 | 0.19 | 27.69 | 0.6 | 0.53 |
| Hex | CF | 82 | 40 | 0 | 25 | 45 | 13 | 1C | 3C | 35 |
| Octal | 317 | 202 | 100 | 0 | 45 | 105 | 23 | 34 | 74 | 65 |
| Binary | 11001111 | 10000010 | 1000000 | 0 | 100101 | 1000101 | 10011 | 11100 | 111100 | 110101 |
Color Harmonies of #CF8240
Complementary color
Monochromatic Colors of #CF8240
Black with #CF8240
Text Example
Text Example
White with #CF8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8240; }
p { color: rgb(207,130,64); }
H1.HeaderClassName
{
color: #CF8240;
}
.AnyTagClassName
{
color: #CF8240;
}
</style>
background-color css
<style>
a { background-color: #CF8240; }
a { background-color: rgb(207,130,64); }
div.DivClassName
{
background-color: #CF8240;
}
.BgClassName
{
background-color: #CF8240;
}
</style>
border-color css
<style>
span { border-color: #CF8240; }
span { border-color: rgb(207,130,64); }
td.TdClassName
{
border-color: #CF8240;
}
.TagClassName
{
border-color: #CF8240;
}
</style>