Shades of Peru #CF8940
Tints of Peru #CF8940
RGB
CMYK
RGB Variations
Color information
#CF8940 (or 0xCF8940) is known color: Peru. HEX triplet: CF, 89 and 40. RGB value is (207,137,64). Sum of RGB (Red+Green+Blue) = 207+137+64=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8940 is #3076BF. Grayscale: #959595. Windows color (decimal): -3176128 or 4229583. OLE color: 4229583.
HSL color Cylindrical-coordinate representation of color #CF8940: hue angle of 30.63º 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 #CF8940 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 64 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.19 |
| HSL | 30.63º | 0.6% | 0.53% | - |
| HSV(B) | 30.63º | 0.69% | 0.81% | - |
| XYZ | 35.6 | 31.53 | 9.06 | - |
| YUV | 149.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 64 | 0 | 0.34 | 0.69 | 0.19 | 30.63 | 0.6 | 0.53 |
| Hex | CF | 89 | 40 | 0 | 22 | 45 | 13 | 1F | 3C | 35 |
| Octal | 317 | 211 | 100 | 0 | 42 | 105 | 23 | 37 | 74 | 65 |
| Binary | 11001111 | 10001001 | 1000000 | 0 | 100010 | 1000101 | 10011 | 11111 | 111100 | 110101 |
Color Harmonies of #CF8940
Complementary color
Monochromatic Colors of #CF8940
Black with #CF8940
Text Example
Text Example
White with #CF8940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8940; }
p { color: rgb(207,137,64); }
H1.HeaderClassName
{
color: #CF8940;
}
.AnyTagClassName
{
color: #CF8940;
}
</style>
background-color css
<style>
a { background-color: #CF8940; }
a { background-color: rgb(207,137,64); }
div.DivClassName
{
background-color: #CF8940;
}
.BgClassName
{
background-color: #CF8940;
}
</style>
border-color css
<style>
span { border-color: #CF8940; }
span { border-color: rgb(207,137,64); }
td.TdClassName
{
border-color: #CF8940;
}
.TagClassName
{
border-color: #CF8940;
}
</style>