Shades of Peru #CF843E
Tints of Peru #CF843E
RGB
CMYK
RGB Variations
Color information
#CF843E (or 0xCF843E) is known color: Peru. HEX triplet: CF, 84 and 3E. RGB value is (207,132,62). Sum of RGB (Red+Green+Blue) = 207+132+62=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF843E is #307BC1. Grayscale: #929292. Windows color (decimal): -3177410 or 4097231. OLE color: 4097231.
HSL color Cylindrical-coordinate representation of color #CF843E: hue angle of 28.97º 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 #CF843E is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 62 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.19 |
| HSL | 28.97º | 0.6% | 0.53% | - |
| HSV(B) | 28.97º | 0.7% | 0.81% | - |
| XYZ | 34.85 | 30.12 | 8.53 | - |
| YUV | 146.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 62 | 0 | 0.36 | 0.70 | 0.19 | 28.97 | 0.6 | 0.53 |
| Hex | CF | 84 | 3E | 0 | 24 | 46 | 13 | 1D | 3C | 35 |
| Octal | 317 | 204 | 76 | 0 | 44 | 106 | 23 | 35 | 74 | 65 |
| Binary | 11001111 | 10000100 | 111110 | 0 | 100100 | 1000110 | 10011 | 11101 | 111100 | 110101 |
Color Harmonies of #CF843E
Complementary color
Monochromatic Colors of #CF843E
Black with #CF843E
Text Example
Text Example
White with #CF843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF843E; }
p { color: rgb(207,132,62); }
H1.HeaderClassName
{
color: #CF843E;
}
.AnyTagClassName
{
color: #CF843E;
}
</style>
background-color css
<style>
a { background-color: #CF843E; }
a { background-color: rgb(207,132,62); }
div.DivClassName
{
background-color: #CF843E;
}
.BgClassName
{
background-color: #CF843E;
}
</style>
border-color css
<style>
span { border-color: #CF843E; }
span { border-color: rgb(207,132,62); }
td.TdClassName
{
border-color: #CF843E;
}
.TagClassName
{
border-color: #CF843E;
}
</style>