Shades of Peru #CE8B40
Tints of Peru #CE8B40
RGB
CMYK
RGB Variations
Color information
#CE8B40 (or 0xCE8B40) is known color: Peru. HEX triplet: CE, 8B and 40. RGB value is (206,139,64). Sum of RGB (Red+Green+Blue) = 206+139+64=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B40 is #3174BF. Grayscale: #969696. Windows color (decimal): -3241152 or 4230094. OLE color: 4230094.
HSL color Cylindrical-coordinate representation of color #CE8B40: hue angle of 31.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE8B40 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 64 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.19 |
| HSL | 31.69º | 0.59% | 0.53% | - |
| HSV(B) | 31.69º | 0.69% | 0.81% | - |
| XYZ | 35.61 | 31.96 | 9.14 | - |
| YUV | 150.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 64 | 0 | 0.33 | 0.69 | 0.19 | 31.69 | 0.59 | 0.53 |
| Hex | CE | 8B | 40 | 0 | 21 | 45 | 13 | 20 | 3B | 35 |
| Octal | 316 | 213 | 100 | 0 | 41 | 105 | 23 | 40 | 73 | 65 |
| Binary | 11001110 | 10001011 | 1000000 | 0 | 100001 | 1000101 | 10011 | 100000 | 111011 | 110101 |
Color Harmonies of #CE8B40
Complementary color
Monochromatic Colors of #CE8B40
Black with #CE8B40
Text Example
Text Example
White with #CE8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B40; }
p { color: rgb(206,139,64); }
H1.HeaderClassName
{
color: #CE8B40;
}
.AnyTagClassName
{
color: #CE8B40;
}
</style>
background-color css
<style>
a { background-color: #CE8B40; }
a { background-color: rgb(206,139,64); }
div.DivClassName
{
background-color: #CE8B40;
}
.BgClassName
{
background-color: #CE8B40;
}
</style>
border-color css
<style>
span { border-color: #CE8B40; }
span { border-color: rgb(206,139,64); }
td.TdClassName
{
border-color: #CE8B40;
}
.TagClassName
{
border-color: #CE8B40;
}
</style>