Shades of Peru #CE8644
Tints of Peru #CE8644
RGB
CMYK
RGB Variations
Color information
#CE8644 (or 0xCE8644) is known color: Peru. HEX triplet: CE, 86 and 44. RGB value is (206,134,68). Sum of RGB (Red+Green+Blue) = 206+134+68=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8644 is #3179BB. Grayscale: #949494. Windows color (decimal): -3242428 or 4490958. OLE color: 4490958.
HSL color Cylindrical-coordinate representation of color #CE8644: hue angle of 28.7º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE8644 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 68 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.19 |
| HSL | 28.7º | 0.58% | 0.54% | - |
| HSV(B) | 28.7º | 0.67% | 0.81% | - |
| XYZ | 35.02 | 30.59 | 9.53 | - |
| YUV | 148 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 68 | 0 | 0.35 | 0.67 | 0.19 | 28.7 | 0.58 | 0.54 |
| Hex | CE | 86 | 44 | 0 | 23 | 43 | 13 | 1D | 3A | 36 |
| Octal | 316 | 206 | 104 | 0 | 43 | 103 | 23 | 35 | 72 | 66 |
| Binary | 11001110 | 10000110 | 1000100 | 0 | 100011 | 1000011 | 10011 | 11101 | 111010 | 110110 |
Color Harmonies of #CE8644
Complementary color
Monochromatic Colors of #CE8644
Black with #CE8644
Text Example
Text Example
White with #CE8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8644; }
p { color: rgb(206,134,68); }
H1.HeaderClassName
{
color: #CE8644;
}
.AnyTagClassName
{
color: #CE8644;
}
</style>
background-color css
<style>
a { background-color: #CE8644; }
a { background-color: rgb(206,134,68); }
div.DivClassName
{
background-color: #CE8644;
}
.BgClassName
{
background-color: #CE8644;
}
</style>
border-color css
<style>
span { border-color: #CE8644; }
span { border-color: rgb(206,134,68); }
td.TdClassName
{
border-color: #CE8644;
}
.TagClassName
{
border-color: #CE8644;
}
</style>