Shades of Peru #CE894D
Tints of Peru #CE894D
RGB
CMYK
RGB Variations
Color information
#CE894D (or 0xCE894D) is known color: Peru. HEX triplet: CE, 89 and 4D. RGB value is (206,137,77). Sum of RGB (Red+Green+Blue) = 206+137+77=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE894D is #3176B2. Grayscale: #979797. Windows color (decimal): -3241651 or 5081550. OLE color: 5081550.
HSL color Cylindrical-coordinate representation of color #CE894D: hue angle of 27.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE894D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 77 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.19 |
| HSL | 27.91º | 0.57% | 0.55% | - |
| HSV(B) | 27.91º | 0.63% | 0.81% | - |
| XYZ | 35.74 | 31.55 | 11.23 | - |
| YUV | 150.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 77 | 0 | 0.33 | 0.63 | 0.19 | 27.91 | 0.57 | 0.55 |
| Hex | CE | 89 | 4D | 0 | 21 | 3F | 13 | 1C | 39 | 37 |
| Octal | 316 | 211 | 115 | 0 | 41 | 77 | 23 | 34 | 71 | 67 |
| Binary | 11001110 | 10001001 | 1001101 | 0 | 100001 | 111111 | 10011 | 11100 | 111001 | 110111 |
Color Harmonies of #CE894D
Complementary color
Monochromatic Colors of #CE894D
Black with #CE894D
Text Example
Text Example
White with #CE894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE894D; }
p { color: rgb(206,137,77); }
H1.HeaderClassName
{
color: #CE894D;
}
.AnyTagClassName
{
color: #CE894D;
}
</style>
background-color css
<style>
a { background-color: #CE894D; }
a { background-color: rgb(206,137,77); }
div.DivClassName
{
background-color: #CE894D;
}
.BgClassName
{
background-color: #CE894D;
}
</style>
border-color css
<style>
span { border-color: #CE894D; }
span { border-color: rgb(206,137,77); }
td.TdClassName
{
border-color: #CE894D;
}
.TagClassName
{
border-color: #CE894D;
}
</style>