Shades of Peru #CF8B41
Tints of Peru #CF8B41
RGB
CMYK
RGB Variations
Color information
#CF8B41 (or 0xCF8B41) is known color: Peru. HEX triplet: CF, 8B and 41. RGB value is (207,139,65). Sum of RGB (Red+Green+Blue) = 207+139+65=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B41 is #3074BE. Grayscale: #979797. Windows color (decimal): -3175615 or 4295631. OLE color: 4295631.
HSL color Cylindrical-coordinate representation of color #CF8B41: hue angle of 31.27º 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 #CF8B41 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 65 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.19 |
| HSL | 31.27º | 0.6% | 0.53% | - |
| HSV(B) | 31.27º | 0.69% | 0.81% | - |
| XYZ | 35.92 | 32.11 | 9.31 | - |
| YUV | 150.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 65 | 0 | 0.33 | 0.69 | 0.19 | 31.27 | 0.6 | 0.53 |
| Hex | CF | 8B | 41 | 0 | 21 | 45 | 13 | 1F | 3C | 35 |
| Octal | 317 | 213 | 101 | 0 | 41 | 105 | 23 | 37 | 74 | 65 |
| Binary | 11001111 | 10001011 | 1000001 | 0 | 100001 | 1000101 | 10011 | 11111 | 111100 | 110101 |
Color Harmonies of #CF8B41
Complementary color
Monochromatic Colors of #CF8B41
Black with #CF8B41
Text Example
Text Example
White with #CF8B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B41; }
p { color: rgb(207,139,65); }
H1.HeaderClassName
{
color: #CF8B41;
}
.AnyTagClassName
{
color: #CF8B41;
}
</style>
background-color css
<style>
a { background-color: #CF8B41; }
a { background-color: rgb(207,139,65); }
div.DivClassName
{
background-color: #CF8B41;
}
.BgClassName
{
background-color: #CF8B41;
}
</style>
border-color css
<style>
span { border-color: #CF8B41; }
span { border-color: rgb(207,139,65); }
td.TdClassName
{
border-color: #CF8B41;
}
.TagClassName
{
border-color: #CF8B41;
}
</style>