Shades of Peru #CF8639
Tints of Peru #CF8639
RGB
CMYK
RGB Variations
Color information
#CF8639 (or 0xCF8639) is known color: Peru. HEX triplet: CF, 86 and 39. RGB value is (207,134,57). Sum of RGB (Red+Green+Blue) = 207+134+57=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8639 is #3079C6. Grayscale: #939393. Windows color (decimal): -3176903 or 3770063. OLE color: 3770063.
HSL color Cylindrical-coordinate representation of color #CF8639: hue angle of 30.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF8639 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 57 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.19 |
| HSL | 30.8º | 0.61% | 0.52% | - |
| HSV(B) | 30.8º | 0.72% | 0.81% | - |
| XYZ | 35 | 30.61 | 7.93 | - |
| YUV | 147.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 57 | 0 | 0.35 | 0.72 | 0.19 | 30.8 | 0.61 | 0.52 |
| Hex | CF | 86 | 39 | 0 | 23 | 48 | 13 | 1F | 3D | 34 |
| Octal | 317 | 206 | 71 | 0 | 43 | 110 | 23 | 37 | 75 | 64 |
| Binary | 11001111 | 10000110 | 111001 | 0 | 100011 | 1001000 | 10011 | 11111 | 111101 | 110100 |
Color Harmonies of #CF8639
Complementary color
Monochromatic Colors of #CF8639
Black with #CF8639
Text Example
Text Example
White with #CF8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8639; }
p { color: rgb(207,134,57); }
H1.HeaderClassName
{
color: #CF8639;
}
.AnyTagClassName
{
color: #CF8639;
}
</style>
background-color css
<style>
a { background-color: #CF8639; }
a { background-color: rgb(207,134,57); }
div.DivClassName
{
background-color: #CF8639;
}
.BgClassName
{
background-color: #CF8639;
}
</style>
border-color css
<style>
span { border-color: #CF8639; }
span { border-color: rgb(207,134,57); }
td.TdClassName
{
border-color: #CF8639;
}
.TagClassName
{
border-color: #CF8639;
}
</style>