Shades of Peru #CF8D41
Tints of Peru #CF8D41
RGB
CMYK
RGB Variations
Color information
#CF8D41 (or 0xCF8D41) is known color: Peru. HEX triplet: CF, 8D and 41. RGB value is (207,141,65). Sum of RGB (Red+Green+Blue) = 207+141+65=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D41 is #3072BE. Grayscale: #989898. Windows color (decimal): -3175103 or 4296143. OLE color: 4296143.
HSL color Cylindrical-coordinate representation of color #CF8D41: hue angle of 32.11º 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 #CF8D41 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 65 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.19 |
| HSL | 32.11º | 0.6% | 0.53% | - |
| HSV(B) | 32.11º | 0.69% | 0.81% | - |
| XYZ | 36.21 | 32.7 | 9.4 | - |
| YUV | 152.07 | 78.87 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 65 | 0 | 0.32 | 0.69 | 0.19 | 32.11 | 0.6 | 0.53 |
| Hex | CF | 8D | 41 | 0 | 20 | 45 | 13 | 20 | 3C | 35 |
| Octal | 317 | 215 | 101 | 0 | 40 | 105 | 23 | 40 | 74 | 65 |
| Binary | 11001111 | 10001101 | 1000001 | 0 | 100000 | 1000101 | 10011 | 100000 | 111100 | 110101 |
Color Harmonies of #CF8D41
Complementary color
Monochromatic Colors of #CF8D41
Black with #CF8D41
Text Example
Text Example
White with #CF8D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D41; }
p { color: rgb(207,141,65); }
H1.HeaderClassName
{
color: #CF8D41;
}
.AnyTagClassName
{
color: #CF8D41;
}
</style>
background-color css
<style>
a { background-color: #CF8D41; }
a { background-color: rgb(207,141,65); }
div.DivClassName
{
background-color: #CF8D41;
}
.BgClassName
{
background-color: #CF8D41;
}
</style>
border-color css
<style>
span { border-color: #CF8D41; }
span { border-color: rgb(207,141,65); }
td.TdClassName
{
border-color: #CF8D41;
}
.TagClassName
{
border-color: #CF8D41;
}
</style>