#CE8845

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

Shades of Peru #CE8845

Tints of Peru #CE8845

Color information

#CE8845 (or 0xCE8845) is unknown color: approx Peru. HEX triplet: CE, 88 and 45. RGB value is (206,136,69). Sum of RGB (Red+Green+Blue) = 206+136+69=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8845 is #3177BA. Grayscale: #959595. Windows color (decimal): -3241915 or 4557006. OLE color: 4557006.

HSL color Cylindrical-coordinate representation of color #CE8845: hue angle of 29.34º 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 #CE8845 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB20613669-
CMYK00.340.670.19
HSL29.34º58.3%53.92%-
HSV(B)29.34º66.5%80.78%-
XYZ35.3331.169.78-
YUV149.2982.69168.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.12%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=50.12%
G=33.09%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061366900.340.670.1929.3458.353.92
HexCE884502243131d3a36
Octal31621010504210323357266
Binary11001110100010001000101010001010000111001111101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8845; }

 p { color: rgb(206,136,69); }

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

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

 a { background-color: rgb(206,136,69); }

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

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

 span { border-color: rgb(206,136,69); }

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