Shades of Peru #CF803E
Tints of Peru #CF803E
RGB
CMYK
RGB Variations
Color information
#CF803E (or 0xCF803E) is known color: Peru. HEX triplet: CF, 80 and 3E. RGB value is (207,128,62). Sum of RGB (Red+Green+Blue) = 207+128+62=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF803E is #307FC1. Grayscale: #909090. Windows color (decimal): -3178434 or 4096207. OLE color: 4096207.
HSL color Cylindrical-coordinate representation of color #CF803E: hue angle of 27.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF803E is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 62 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.19 |
| HSL | 27.31º | 0.6% | 0.53% | - |
| HSV(B) | 27.31º | 0.7% | 0.81% | - |
| XYZ | 34.32 | 29.05 | 8.36 | - |
| YUV | 144.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 62 | 0 | 0.38 | 0.70 | 0.19 | 27.31 | 0.6 | 0.53 |
| Hex | CF | 80 | 3E | 0 | 26 | 46 | 13 | 1B | 3C | 35 |
| Octal | 317 | 200 | 76 | 0 | 46 | 106 | 23 | 33 | 74 | 65 |
| Binary | 11001111 | 10000000 | 111110 | 0 | 100110 | 1000110 | 10011 | 11011 | 111100 | 110101 |
Color Harmonies of #CF803E
Complementary color
Monochromatic Colors of #CF803E
Black with #CF803E
Text Example
Text Example
White with #CF803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF803E; }
p { color: rgb(207,128,62); }
H1.HeaderClassName
{
color: #CF803E;
}
.AnyTagClassName
{
color: #CF803E;
}
</style>
background-color css
<style>
a { background-color: #CF803E; }
a { background-color: rgb(207,128,62); }
div.DivClassName
{
background-color: #CF803E;
}
.BgClassName
{
background-color: #CF803E;
}
</style>
border-color css
<style>
span { border-color: #CF803E; }
span { border-color: rgb(207,128,62); }
td.TdClassName
{
border-color: #CF803E;
}
.TagClassName
{
border-color: #CF803E;
}
</style>