Shades of Peru #CF8241
Tints of Peru #CF8241
RGB
CMYK
RGB Variations
Color information
#CF8241 (or 0xCF8241) is known color: Peru. HEX triplet: CF, 82 and 41. RGB value is (207,130,65). Sum of RGB (Red+Green+Blue) = 207+130+65=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8241 is #307DBE. Grayscale: #919191. Windows color (decimal): -3177919 or 4293327. OLE color: 4293327.
HSL color Cylindrical-coordinate representation of color #CF8241: hue angle of 27.46º 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 #CF8241 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 65 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.19 |
| HSL | 27.46º | 0.6% | 0.53% | - |
| HSV(B) | 27.46º | 0.69% | 0.81% | - |
| XYZ | 34.67 | 29.61 | 8.89 | - |
| YUV | 145.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 65 | 0 | 0.37 | 0.69 | 0.19 | 27.46 | 0.6 | 0.53 |
| Hex | CF | 82 | 41 | 0 | 25 | 45 | 13 | 1B | 3C | 35 |
| Octal | 317 | 202 | 101 | 0 | 45 | 105 | 23 | 33 | 74 | 65 |
| Binary | 11001111 | 10000010 | 1000001 | 0 | 100101 | 1000101 | 10011 | 11011 | 111100 | 110101 |
Color Harmonies of #CF8241
Complementary color
Monochromatic Colors of #CF8241
Black with #CF8241
Text Example
Text Example
White with #CF8241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8241; }
p { color: rgb(207,130,65); }
H1.HeaderClassName
{
color: #CF8241;
}
.AnyTagClassName
{
color: #CF8241;
}
</style>
background-color css
<style>
a { background-color: #CF8241; }
a { background-color: rgb(207,130,65); }
div.DivClassName
{
background-color: #CF8241;
}
.BgClassName
{
background-color: #CF8241;
}
</style>
border-color css
<style>
span { border-color: #CF8241; }
span { border-color: rgb(207,130,65); }
td.TdClassName
{
border-color: #CF8241;
}
.TagClassName
{
border-color: #CF8241;
}
</style>