Shades of Peru #CE8546
Tints of Peru #CE8546
RGB
CMYK
RGB Variations
Color information
#CE8546 (or 0xCE8546) is known color: Peru. HEX triplet: CE, 85 and 46. RGB value is (206,133,70). Sum of RGB (Red+Green+Blue) = 206+133+70=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8546 is #317AB9. Grayscale: #939393. Windows color (decimal): -3242682 or 4621774. OLE color: 4621774.
HSL color Cylindrical-coordinate representation of color #CE8546: hue angle of 27.79º 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 #CE8546 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 70 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.19 |
| HSL | 27.79º | 0.58% | 0.54% | - |
| HSV(B) | 27.79º | 0.66% | 0.81% | - |
| XYZ | 34.95 | 30.34 | 9.81 | - |
| YUV | 147.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 70 | 0 | 0.35 | 0.66 | 0.19 | 27.79 | 0.58 | 0.54 |
| Hex | CE | 85 | 46 | 0 | 23 | 42 | 13 | 1C | 3A | 36 |
| Octal | 316 | 205 | 106 | 0 | 43 | 102 | 23 | 34 | 72 | 66 |
| Binary | 11001110 | 10000101 | 1000110 | 0 | 100011 | 1000010 | 10011 | 11100 | 111010 | 110110 |
Color Harmonies of #CE8546
Complementary color
Monochromatic Colors of #CE8546
Black with #CE8546
Text Example
Text Example
White with #CE8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8546; }
p { color: rgb(206,133,70); }
H1.HeaderClassName
{
color: #CE8546;
}
.AnyTagClassName
{
color: #CE8546;
}
</style>
background-color css
<style>
a { background-color: #CE8546; }
a { background-color: rgb(206,133,70); }
div.DivClassName
{
background-color: #CE8546;
}
.BgClassName
{
background-color: #CE8546;
}
</style>
border-color css
<style>
span { border-color: #CE8546; }
span { border-color: rgb(206,133,70); }
td.TdClassName
{
border-color: #CE8546;
}
.TagClassName
{
border-color: #CE8546;
}
</style>