Shades of Peru #CF8B47
Tints of Peru #CF8B47
RGB
CMYK
RGB Variations
Color information
#CF8B47 (or 0xCF8B47) is known color: Peru. HEX triplet: CF, 8B and 47. RGB value is (207,139,71). Sum of RGB (Red+Green+Blue) = 207+139+71=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B47 is #3074B8. Grayscale: #979797. Windows color (decimal): -3175609 or 4688847. OLE color: 4688847.
HSL color Cylindrical-coordinate representation of color #CF8B47: hue angle of 30º 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 #CF8B47 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 71 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.19 |
| HSL | 30º | 0.59% | 0.55% | - |
| HSV(B) | 30º | 0.66% | 0.81% | - |
| XYZ | 36.1 | 32.19 | 10.27 | - |
| YUV | 151.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 71 | 0 | 0.33 | 0.66 | 0.19 | 30 | 0.59 | 0.55 |
| Hex | CF | 8B | 47 | 0 | 21 | 42 | 13 | 1E | 3B | 37 |
| Octal | 317 | 213 | 107 | 0 | 41 | 102 | 23 | 36 | 73 | 67 |
| Binary | 11001111 | 10001011 | 1000111 | 0 | 100001 | 1000010 | 10011 | 11110 | 111011 | 110111 |
Color Harmonies of #CF8B47
Complementary color
Monochromatic Colors of #CF8B47
Black with #CF8B47
Text Example
Text Example
White with #CF8B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B47; }
p { color: rgb(207,139,71); }
H1.HeaderClassName
{
color: #CF8B47;
}
.AnyTagClassName
{
color: #CF8B47;
}
</style>
background-color css
<style>
a { background-color: #CF8B47; }
a { background-color: rgb(207,139,71); }
div.DivClassName
{
background-color: #CF8B47;
}
.BgClassName
{
background-color: #CF8B47;
}
</style>
border-color css
<style>
span { border-color: #CF8B47; }
span { border-color: rgb(207,139,71); }
td.TdClassName
{
border-color: #CF8B47;
}
.TagClassName
{
border-color: #CF8B47;
}
</style>