Shades of Peru #CF8640
Tints of Peru #CF8640
RGB
CMYK
RGB Variations
Color information
#CF8640 (or 0xCF8640) is known color: Peru. HEX triplet: CF, 86 and 40. RGB value is (207,134,64). Sum of RGB (Red+Green+Blue) = 207+134+64=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8640 is #3079BF. Grayscale: #949494. Windows color (decimal): -3176896 or 4228815. OLE color: 4228815.
HSL color Cylindrical-coordinate representation of color #CF8640: hue angle of 29.37º 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 #CF8640 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 64 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.19 |
| HSL | 29.37º | 0.6% | 0.53% | - |
| HSV(B) | 29.37º | 0.69% | 0.81% | - |
| XYZ | 35.18 | 30.69 | 8.92 | - |
| YUV | 147.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 64 | 0 | 0.35 | 0.69 | 0.19 | 29.37 | 0.6 | 0.53 |
| Hex | CF | 86 | 40 | 0 | 23 | 45 | 13 | 1D | 3C | 35 |
| Octal | 317 | 206 | 100 | 0 | 43 | 105 | 23 | 35 | 74 | 65 |
| Binary | 11001111 | 10000110 | 1000000 | 0 | 100011 | 1000101 | 10011 | 11101 | 111100 | 110101 |
Color Harmonies of #CF8640
Complementary color
Monochromatic Colors of #CF8640
Black with #CF8640
Text Example
Text Example
White with #CF8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8640; }
p { color: rgb(207,134,64); }
H1.HeaderClassName
{
color: #CF8640;
}
.AnyTagClassName
{
color: #CF8640;
}
</style>
background-color css
<style>
a { background-color: #CF8640; }
a { background-color: rgb(207,134,64); }
div.DivClassName
{
background-color: #CF8640;
}
.BgClassName
{
background-color: #CF8640;
}
</style>
border-color css
<style>
span { border-color: #CF8640; }
span { border-color: rgb(207,134,64); }
td.TdClassName
{
border-color: #CF8640;
}
.TagClassName
{
border-color: #CF8640;
}
</style>