#CE8341

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

Shades of Peru #CE8341

Tints of Peru #CE8341

Color information

#CE8341 (or 0xCE8341) is unknown color: approx Peru. HEX triplet: CE, 83 and 41. RGB value is (206,131,65). Sum of RGB (Red+Green+Blue) = 206+131+65=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8341 is #317CBE. Grayscale: #929292. Windows color (decimal): -3243199 or 4293582. OLE color: 4293582.

HSL color Cylindrical-coordinate representation of color #CE8341: hue angle of 28.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE8341 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB20613165-
CMYK00.360.680.19
HSL28.09º59%53.14%-
HSV(B)28.09º68.45%80.78%-
XYZ34.5229.748.92-
YUV145.982.35170.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.24%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 65 (25.78% from 255) = 16.17%
R=51.24%
G=32.59%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061316500.360.680.1928.095953.14
HexCE834102444131c3b35
Octal31620310104410423347365
Binary11001110100000111000001010010010001001001111100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8341; }

 p { color: rgb(206,131,65); }

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

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

 a { background-color: rgb(206,131,65); }

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

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

 span { border-color: rgb(206,131,65); }

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