Shades of Peru #CF833E
Tints of Peru #CF833E
RGB
CMYK
RGB Variations
Color information
#CF833E (or 0xCF833E) is known color: Peru. HEX triplet: CF, 83 and 3E. RGB value is (207,131,62). Sum of RGB (Red+Green+Blue) = 207+131+62=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF833E is #307CC1. Grayscale: #929292. Windows color (decimal): -3177666 or 4096975. OLE color: 4096975.
HSL color Cylindrical-coordinate representation of color #CF833E: hue angle of 28.55º 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 #CF833E is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 62 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.19 |
| HSL | 28.55º | 0.6% | 0.53% | - |
| HSV(B) | 28.55º | 0.7% | 0.81% | - |
| XYZ | 34.72 | 29.85 | 8.49 | - |
| YUV | 145.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 62 | 0 | 0.37 | 0.70 | 0.19 | 28.55 | 0.6 | 0.53 |
| Hex | CF | 83 | 3E | 0 | 25 | 46 | 13 | 1D | 3C | 35 |
| Octal | 317 | 203 | 76 | 0 | 45 | 106 | 23 | 35 | 74 | 65 |
| Binary | 11001111 | 10000011 | 111110 | 0 | 100101 | 1000110 | 10011 | 11101 | 111100 | 110101 |
Color Harmonies of #CF833E
Complementary color
Monochromatic Colors of #CF833E
Black with #CF833E
Text Example
Text Example
White with #CF833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF833E; }
p { color: rgb(207,131,62); }
H1.HeaderClassName
{
color: #CF833E;
}
.AnyTagClassName
{
color: #CF833E;
}
</style>
background-color css
<style>
a { background-color: #CF833E; }
a { background-color: rgb(207,131,62); }
div.DivClassName
{
background-color: #CF833E;
}
.BgClassName
{
background-color: #CF833E;
}
</style>
border-color css
<style>
span { border-color: #CF833E; }
span { border-color: rgb(207,131,62); }
td.TdClassName
{
border-color: #CF833E;
}
.TagClassName
{
border-color: #CF833E;
}
</style>