Shades of Peru #CE8646
Tints of Peru #CE8646
RGB
CMYK
RGB Variations
Color information
#CE8646 (or 0xCE8646) is known color: Peru. HEX triplet: CE, 86 and 46. RGB value is (206,134,70). Sum of RGB (Red+Green+Blue) = 206+134+70=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8646 is #3179B9. Grayscale: #949494. Windows color (decimal): -3242426 or 4622030. OLE color: 4622030.
HSL color Cylindrical-coordinate representation of color #CE8646: hue angle of 28.24º 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 #CE8646 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 70 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.19 |
| HSL | 28.24º | 0.58% | 0.54% | - |
| HSV(B) | 28.24º | 0.66% | 0.81% | - |
| XYZ | 35.08 | 30.61 | 9.85 | - |
| YUV | 148.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 70 | 0 | 0.35 | 0.66 | 0.19 | 28.24 | 0.58 | 0.54 |
| Hex | CE | 86 | 46 | 0 | 23 | 42 | 13 | 1C | 3A | 36 |
| Octal | 316 | 206 | 106 | 0 | 43 | 102 | 23 | 34 | 72 | 66 |
| Binary | 11001110 | 10000110 | 1000110 | 0 | 100011 | 1000010 | 10011 | 11100 | 111010 | 110110 |
Color Harmonies of #CE8646
Complementary color
Monochromatic Colors of #CE8646
Black with #CE8646
Text Example
Text Example
White with #CE8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8646; }
p { color: rgb(206,134,70); }
H1.HeaderClassName
{
color: #CE8646;
}
.AnyTagClassName
{
color: #CE8646;
}
</style>
background-color css
<style>
a { background-color: #CE8646; }
a { background-color: rgb(206,134,70); }
div.DivClassName
{
background-color: #CE8646;
}
.BgClassName
{
background-color: #CE8646;
}
</style>
border-color css
<style>
span { border-color: #CE8646; }
span { border-color: rgb(206,134,70); }
td.TdClassName
{
border-color: #CE8646;
}
.TagClassName
{
border-color: #CE8646;
}
</style>