Shades of Peru #CF863E
Tints of Peru #CF863E
RGB
CMYK
RGB Variations
Color information
#CF863E (or 0xCF863E) is known color: Peru. HEX triplet: CF, 86 and 3E. RGB value is (207,134,62). Sum of RGB (Red+Green+Blue) = 207+134+62=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF863E is #3079C1. Grayscale: #939393. Windows color (decimal): -3176898 or 4097743. OLE color: 4097743.
HSL color Cylindrical-coordinate representation of color #CF863E: hue angle of 29.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF863E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 62 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.19 |
| HSL | 29.79º | 0.6% | 0.53% | - |
| HSV(B) | 29.79º | 0.7% | 0.81% | - |
| XYZ | 35.13 | 30.66 | 8.62 | - |
| YUV | 147.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 62 | 0 | 0.35 | 0.70 | 0.19 | 29.79 | 0.6 | 0.53 |
| Hex | CF | 86 | 3E | 0 | 23 | 46 | 13 | 1E | 3C | 35 |
| Octal | 317 | 206 | 76 | 0 | 43 | 106 | 23 | 36 | 74 | 65 |
| Binary | 11001111 | 10000110 | 111110 | 0 | 100011 | 1000110 | 10011 | 11110 | 111100 | 110101 |
Color Harmonies of #CF863E
Complementary color
Monochromatic Colors of #CF863E
Black with #CF863E
Text Example
Text Example
White with #CF863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF863E; }
p { color: rgb(207,134,62); }
H1.HeaderClassName
{
color: #CF863E;
}
.AnyTagClassName
{
color: #CF863E;
}
</style>
background-color css
<style>
a { background-color: #CF863E; }
a { background-color: rgb(207,134,62); }
div.DivClassName
{
background-color: #CF863E;
}
.BgClassName
{
background-color: #CF863E;
}
</style>
border-color css
<style>
span { border-color: #CF863E; }
span { border-color: rgb(207,134,62); }
td.TdClassName
{
border-color: #CF863E;
}
.TagClassName
{
border-color: #CF863E;
}
</style>