#CE8D41

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

Shades of Peru #CE8D41

Tints of Peru #CE8D41

Color information

#CE8D41 (or 0xCE8D41) is unknown color: approx Peru. HEX triplet: CE, 8D and 41. RGB value is (206,141,65). Sum of RGB (Red+Green+Blue) = 206+141+65=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D41 is #3172BE. Grayscale: #989898. Windows color (decimal): -3240639 or 4296142. OLE color: 4296142.

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

Color convert

RGB20614165-
CMYK00.320.680.19
HSL32.34º59%53.14%-
HSV(B)32.34º68.45%80.78%-
XYZ35.9332.559.39-
YUV151.7779.03166.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 65 (25.78% from 255) = 15.78%
R=50%
G=34.22%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061416500.320.680.1932.345953.14
HexCE8D410204413203b35
Octal31621510104010423407365
Binary110011101000110110000010100000100010010011100000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D41; }

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

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

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

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

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

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

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

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