Shades of Peru #CF8A3E
Tints of Peru #CF8A3E
RGB
CMYK
RGB Variations
Color information
#CF8A3E (or 0xCF8A3E) is known color: Peru. HEX triplet: CF, 8A and 3E. RGB value is (207,138,62). Sum of RGB (Red+Green+Blue) = 207+138+62=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A3E is #3075C1. Grayscale: #969696. Windows color (decimal): -3175874 or 4098767. OLE color: 4098767.
HSL color Cylindrical-coordinate representation of color #CF8A3E: hue angle of 31.45º 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 #CF8A3E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 62 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.19 |
| HSL | 31.45º | 0.6% | 0.53% | - |
| HSV(B) | 31.45º | 0.7% | 0.81% | - |
| XYZ | 35.69 | 31.79 | 8.81 | - |
| YUV | 149.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 62 | 0 | 0.33 | 0.70 | 0.19 | 31.45 | 0.6 | 0.53 |
| Hex | CF | 8A | 3E | 0 | 21 | 46 | 13 | 1F | 3C | 35 |
| Octal | 317 | 212 | 76 | 0 | 41 | 106 | 23 | 37 | 74 | 65 |
| Binary | 11001111 | 10001010 | 111110 | 0 | 100001 | 1000110 | 10011 | 11111 | 111100 | 110101 |
Color Harmonies of #CF8A3E
Complementary color
Monochromatic Colors of #CF8A3E
Black with #CF8A3E
Text Example
Text Example
White with #CF8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A3E; }
p { color: rgb(207,138,62); }
H1.HeaderClassName
{
color: #CF8A3E;
}
.AnyTagClassName
{
color: #CF8A3E;
}
</style>
background-color css
<style>
a { background-color: #CF8A3E; }
a { background-color: rgb(207,138,62); }
div.DivClassName
{
background-color: #CF8A3E;
}
.BgClassName
{
background-color: #CF8A3E;
}
</style>
border-color css
<style>
span { border-color: #CF8A3E; }
span { border-color: rgb(207,138,62); }
td.TdClassName
{
border-color: #CF8A3E;
}
.TagClassName
{
border-color: #CF8A3E;
}
</style>