Shades of Peru #CE8C46
Tints of Peru #CE8C46
RGB
CMYK
RGB Variations
Color information
#CE8C46 (or 0xCE8C46) is known color: Peru. HEX triplet: CE, 8C and 46. RGB value is (206,140,70). Sum of RGB (Red+Green+Blue) = 206+140+70=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C46 is #3173B9. Grayscale: #989898. Windows color (decimal): -3240890 or 4623566. OLE color: 4623566.
HSL color Cylindrical-coordinate representation of color #CE8C46: hue angle of 30.88º 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 #CE8C46 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 70 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.19 |
| HSL | 30.88º | 0.58% | 0.54% | - |
| HSV(B) | 30.88º | 0.66% | 0.81% | - |
| XYZ | 35.94 | 32.32 | 10.14 | - |
| YUV | 151.75 | 81.87 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 70 | 0 | 0.32 | 0.66 | 0.19 | 30.88 | 0.58 | 0.54 |
| Hex | CE | 8C | 46 | 0 | 20 | 42 | 13 | 1F | 3A | 36 |
| Octal | 316 | 214 | 106 | 0 | 40 | 102 | 23 | 37 | 72 | 66 |
| Binary | 11001110 | 10001100 | 1000110 | 0 | 100000 | 1000010 | 10011 | 11111 | 111010 | 110110 |
Color Harmonies of #CE8C46
Complementary color
Monochromatic Colors of #CE8C46
Black with #CE8C46
Text Example
Text Example
White with #CE8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C46; }
p { color: rgb(206,140,70); }
H1.HeaderClassName
{
color: #CE8C46;
}
.AnyTagClassName
{
color: #CE8C46;
}
</style>
background-color css
<style>
a { background-color: #CE8C46; }
a { background-color: rgb(206,140,70); }
div.DivClassName
{
background-color: #CE8C46;
}
.BgClassName
{
background-color: #CE8C46;
}
</style>
border-color css
<style>
span { border-color: #CE8C46; }
span { border-color: rgb(206,140,70); }
td.TdClassName
{
border-color: #CE8C46;
}
.TagClassName
{
border-color: #CE8C46;
}
</style>