#CE8545

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

Shades of Peru #CE8545

Tints of Peru #CE8545

Color information

#CE8545 (or 0xCE8545) is unknown color: approx Peru. HEX triplet: CE, 85 and 45. RGB value is (206,133,69). Sum of RGB (Red+Green+Blue) = 206+133+69=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8545 is #317ABA. Grayscale: #939393. Windows color (decimal): -3242683 or 4556238. OLE color: 4556238.

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

Color convert

RGB20613369-
CMYK00.350.670.19
HSL28.03º58.3%53.92%-
HSV(B)28.03º66.5%80.78%-
XYZ34.9230.339.64-
YUV147.5383.68169.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.49%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=50.49%
G=32.60%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061336900.350.670.1928.0358.353.92
HexCE854502343131c3a36
Octal31620510504310323347266
Binary11001110100001011000101010001110000111001111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8545; }

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

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

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

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

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

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

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

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