#CE894E

Color #CE894E Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CE894E

Tints of Peru #CE894E

Color information

#CE894E (or 0xCE894E) is unknown color: approx Peru. HEX triplet: CE, 89 and 4E. RGB value is (206,137,78). Sum of RGB (Red+Green+Blue) = 206+137+78=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE894E is #3176B1. Grayscale: #979797. Windows color (decimal): -3241650 or 5147086. OLE color: 5147086.

HSL color Cylindrical-coordinate representation of color #CE894E: hue angle of 27.66º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE894E is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20613778-
CMYK00.330.620.19
HSL27.66º56.64%55.69%-
HSV(B)27.66º62.14%80.78%-
XYZ35.7731.5611.41-
YUV150.986.86167.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=48.93%
G=32.54%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061377800.330.620.1927.6656.6455.69
HexCE894E0213E131c3938
Octal3162111160417623347170
Binary1100111010001001100111001000011111101001111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE894E; }

 p { color: rgb(206,137,78); }

 H1.HeaderClassName
 {
   color: #CE894E;
 }
 .AnyTagClassName
 {
   color: #CE894E;
 }
</style>
background-color css

<style>
 a { background-color: #CE894E; }

 a { background-color: rgb(206,137,78); }

 div.DivClassName
 {
   background-color: #CE894E;
 }
 .BgClassName
 {
   background-color: #CE894E;
 }
</style>
border-color css

<style>
 span { border-color: #CE894E; }

 span { border-color: rgb(206,137,78); }

 td.TdClassName
 {
   border-color: #CE894E;
 }
 .TagClassName
 {
   border-color: #CE894E;
 }
</style>