Shades of Peru #CF8547
Tints of Peru #CF8547
RGB
CMYK
RGB Variations
Color information
#CF8547 (or 0xCF8547) is known color: Peru. HEX triplet: CF, 85 and 47. RGB value is (207,133,71). Sum of RGB (Red+Green+Blue) = 207+133+71=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8547 is #307AB8. Grayscale: #949494. Windows color (decimal): -3177145 or 4687311. OLE color: 4687311.
HSL color Cylindrical-coordinate representation of color #CF8547: hue angle of 27.35º 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 #CF8547 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 71 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.19 |
| HSL | 27.35º | 0.59% | 0.55% | - |
| HSV(B) | 27.35º | 0.66% | 0.81% | - |
| XYZ | 35.26 | 30.5 | 9.99 | - |
| YUV | 148.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 71 | 0 | 0.36 | 0.66 | 0.19 | 27.35 | 0.59 | 0.55 |
| Hex | CF | 85 | 47 | 0 | 24 | 42 | 13 | 1B | 3B | 37 |
| Octal | 317 | 205 | 107 | 0 | 44 | 102 | 23 | 33 | 73 | 67 |
| Binary | 11001111 | 10000101 | 1000111 | 0 | 100100 | 1000010 | 10011 | 11011 | 111011 | 110111 |
Color Harmonies of #CF8547
Complementary color
Monochromatic Colors of #CF8547
Black with #CF8547
Text Example
Text Example
White with #CF8547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8547; }
p { color: rgb(207,133,71); }
H1.HeaderClassName
{
color: #CF8547;
}
.AnyTagClassName
{
color: #CF8547;
}
</style>
background-color css
<style>
a { background-color: #CF8547; }
a { background-color: rgb(207,133,71); }
div.DivClassName
{
background-color: #CF8547;
}
.BgClassName
{
background-color: #CF8547;
}
</style>
border-color css
<style>
span { border-color: #CF8547; }
span { border-color: rgb(207,133,71); }
td.TdClassName
{
border-color: #CF8547;
}
.TagClassName
{
border-color: #CF8547;
}
</style>