Shades of Peru #CF8946
Tints of Peru #CF8946
RGB
CMYK
RGB Variations
Color information
#CF8946 (or 0xCF8946) is known color: Peru. HEX triplet: CF, 89 and 46. RGB value is (207,137,70). Sum of RGB (Red+Green+Blue) = 207+137+70=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8946 is #3076B9. Grayscale: #969696. Windows color (decimal): -3176122 or 4622799. OLE color: 4622799.
HSL color Cylindrical-coordinate representation of color #CF8946: hue angle of 29.34º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF8946 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 70 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.19 |
| HSL | 29.34º | 0.59% | 0.54% | - |
| HSV(B) | 29.34º | 0.66% | 0.81% | - |
| XYZ | 35.78 | 31.6 | 10.01 | - |
| YUV | 150.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 70 | 0 | 0.34 | 0.66 | 0.19 | 29.34 | 0.59 | 0.54 |
| Hex | CF | 89 | 46 | 0 | 22 | 42 | 13 | 1D | 3B | 36 |
| Octal | 317 | 211 | 106 | 0 | 42 | 102 | 23 | 35 | 73 | 66 |
| Binary | 11001111 | 10001001 | 1000110 | 0 | 100010 | 1000010 | 10011 | 11101 | 111011 | 110110 |
Color Harmonies of #CF8946
Complementary color
Monochromatic Colors of #CF8946
Black with #CF8946
Text Example
Text Example
White with #CF8946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8946; }
p { color: rgb(207,137,70); }
H1.HeaderClassName
{
color: #CF8946;
}
.AnyTagClassName
{
color: #CF8946;
}
</style>
background-color css
<style>
a { background-color: #CF8946; }
a { background-color: rgb(207,137,70); }
div.DivClassName
{
background-color: #CF8946;
}
.BgClassName
{
background-color: #CF8946;
}
</style>
border-color css
<style>
span { border-color: #CF8946; }
span { border-color: rgb(207,137,70); }
td.TdClassName
{
border-color: #CF8946;
}
.TagClassName
{
border-color: #CF8946;
}
</style>