Shades of Peru #CF8541
Tints of Peru #CF8541
RGB
CMYK
RGB Variations
Color information
#CF8541 (or 0xCF8541) is known color: Peru. HEX triplet: CF, 85 and 41. RGB value is (207,133,65). Sum of RGB (Red+Green+Blue) = 207+133+65=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8541 is #307ABE. Grayscale: #939393. Windows color (decimal): -3177151 or 4294095. OLE color: 4294095.
HSL color Cylindrical-coordinate representation of color #CF8541: hue angle of 28.73º 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 #CF8541 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 65 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.19 |
| HSL | 28.73º | 0.6% | 0.53% | - |
| HSV(B) | 28.73º | 0.69% | 0.81% | - |
| XYZ | 35.07 | 30.42 | 9.02 | - |
| YUV | 147.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 65 | 0 | 0.36 | 0.69 | 0.19 | 28.73 | 0.6 | 0.53 |
| Hex | CF | 85 | 41 | 0 | 24 | 45 | 13 | 1D | 3C | 35 |
| Octal | 317 | 205 | 101 | 0 | 44 | 105 | 23 | 35 | 74 | 65 |
| Binary | 11001111 | 10000101 | 1000001 | 0 | 100100 | 1000101 | 10011 | 11101 | 111100 | 110101 |
Color Harmonies of #CF8541
Complementary color
Monochromatic Colors of #CF8541
Black with #CF8541
Text Example
Text Example
White with #CF8541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8541; }
p { color: rgb(207,133,65); }
H1.HeaderClassName
{
color: #CF8541;
}
.AnyTagClassName
{
color: #CF8541;
}
</style>
background-color css
<style>
a { background-color: #CF8541; }
a { background-color: rgb(207,133,65); }
div.DivClassName
{
background-color: #CF8541;
}
.BgClassName
{
background-color: #CF8541;
}
</style>
border-color css
<style>
span { border-color: #CF8541; }
span { border-color: rgb(207,133,65); }
td.TdClassName
{
border-color: #CF8541;
}
.TagClassName
{
border-color: #CF8541;
}
</style>