Shades of Peru #CE8C47
Tints of Peru #CE8C47
RGB
CMYK
RGB Variations
Color information
#CE8C47 (or 0xCE8C47) is known color: Peru. HEX triplet: CE, 8C and 47. RGB value is (206,140,71). Sum of RGB (Red+Green+Blue) = 206+140+71=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C47 is #3173B8. Grayscale: #989898. Windows color (decimal): -3240889 or 4689102. OLE color: 4689102.
HSL color Cylindrical-coordinate representation of color #CE8C47: hue angle of 30.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE8C47 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 71 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.19 |
| HSL | 30.67º | 0.58% | 0.54% | - |
| HSV(B) | 30.67º | 0.66% | 0.81% | - |
| XYZ | 35.97 | 32.33 | 10.31 | - |
| YUV | 151.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 71 | 0 | 0.32 | 0.66 | 0.19 | 30.67 | 0.58 | 0.54 |
| Hex | CE | 8C | 47 | 0 | 20 | 42 | 13 | 1F | 3A | 36 |
| Octal | 316 | 214 | 107 | 0 | 40 | 102 | 23 | 37 | 72 | 66 |
| Binary | 11001110 | 10001100 | 1000111 | 0 | 100000 | 1000010 | 10011 | 11111 | 111010 | 110110 |
Color Harmonies of #CE8C47
Complementary color
Monochromatic Colors of #CE8C47
Black with #CE8C47
Text Example
Text Example
White with #CE8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C47; }
p { color: rgb(206,140,71); }
H1.HeaderClassName
{
color: #CE8C47;
}
.AnyTagClassName
{
color: #CE8C47;
}
</style>
background-color css
<style>
a { background-color: #CE8C47; }
a { background-color: rgb(206,140,71); }
div.DivClassName
{
background-color: #CE8C47;
}
.BgClassName
{
background-color: #CE8C47;
}
</style>
border-color css
<style>
span { border-color: #CE8C47; }
span { border-color: rgb(206,140,71); }
td.TdClassName
{
border-color: #CE8C47;
}
.TagClassName
{
border-color: #CE8C47;
}
</style>