Shades of Peru #CE8739
Tints of Peru #CE8739
RGB
CMYK
RGB Variations
Color information
#CE8739 (or 0xCE8739) is known color: Peru. HEX triplet: CE, 87 and 39. RGB value is (206,135,57). Sum of RGB (Red+Green+Blue) = 206+135+57=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8739 is #3178C6. Grayscale: #939393. Windows color (decimal): -3242183 or 3770318. OLE color: 3770318.
HSL color Cylindrical-coordinate representation of color #CE8739: hue angle of 31.41º degrees, saturation: 0.6, 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 #CE8739 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 57 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.19 |
| HSL | 31.41º | 0.6% | 0.52% | - |
| HSV(B) | 31.41º | 0.72% | 0.81% | - |
| XYZ | 34.86 | 30.75 | 7.97 | - |
| YUV | 147.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 57 | 0 | 0.34 | 0.72 | 0.19 | 31.41 | 0.6 | 0.52 |
| Hex | CE | 87 | 39 | 0 | 22 | 48 | 13 | 1F | 3C | 34 |
| Octal | 316 | 207 | 71 | 0 | 42 | 110 | 23 | 37 | 74 | 64 |
| Binary | 11001110 | 10000111 | 111001 | 0 | 100010 | 1001000 | 10011 | 11111 | 111100 | 110100 |
Color Harmonies of #CE8739
Complementary color
Monochromatic Colors of #CE8739
Black with #CE8739
Text Example
Text Example
White with #CE8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8739; }
p { color: rgb(206,135,57); }
H1.HeaderClassName
{
color: #CE8739;
}
.AnyTagClassName
{
color: #CE8739;
}
</style>
background-color css
<style>
a { background-color: #CE8739; }
a { background-color: rgb(206,135,57); }
div.DivClassName
{
background-color: #CE8739;
}
.BgClassName
{
background-color: #CE8739;
}
</style>
border-color css
<style>
span { border-color: #CE8739; }
span { border-color: rgb(206,135,57); }
td.TdClassName
{
border-color: #CE8739;
}
.TagClassName
{
border-color: #CE8739;
}
</style>