Shades of Peru #CF8E47
Tints of Peru #CF8E47
RGB
CMYK
RGB Variations
Color information
#CF8E47 (or 0xCF8E47) is known color: Peru. HEX triplet: CF, 8E and 47. RGB value is (207,142,71). Sum of RGB (Red+Green+Blue) = 207+142+71=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E47 is #3071B8. Grayscale: #999999. Windows color (decimal): -3174841 or 4689615. OLE color: 4689615.
HSL color Cylindrical-coordinate representation of color #CF8E47: hue angle of 31.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF8E47 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 71 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.19 |
| HSL | 31.32º | 0.59% | 0.55% | - |
| HSV(B) | 31.32º | 0.66% | 0.81% | - |
| XYZ | 36.54 | 33.07 | 10.42 | - |
| YUV | 153.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 71 | 0 | 0.31 | 0.66 | 0.19 | 31.32 | 0.59 | 0.55 |
| Hex | CF | 8E | 47 | 0 | 1F | 42 | 13 | 1F | 3B | 37 |
| Octal | 317 | 216 | 107 | 0 | 37 | 102 | 23 | 37 | 73 | 67 |
| Binary | 11001111 | 10001110 | 1000111 | 0 | 11111 | 1000010 | 10011 | 11111 | 111011 | 110111 |
Color Harmonies of #CF8E47
Complementary color
Monochromatic Colors of #CF8E47
Black with #CF8E47
Text Example
Text Example
White with #CF8E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E47; }
p { color: rgb(207,142,71); }
H1.HeaderClassName
{
color: #CF8E47;
}
.AnyTagClassName
{
color: #CF8E47;
}
</style>
background-color css
<style>
a { background-color: #CF8E47; }
a { background-color: rgb(207,142,71); }
div.DivClassName
{
background-color: #CF8E47;
}
.BgClassName
{
background-color: #CF8E47;
}
</style>
border-color css
<style>
span { border-color: #CF8E47; }
span { border-color: rgb(207,142,71); }
td.TdClassName
{
border-color: #CF8E47;
}
.TagClassName
{
border-color: #CF8E47;
}
</style>