#CE8748

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

Shades of Peru #CE8748

Tints of Peru #CE8748

Color information

#CE8748 (or 0xCE8748) is unknown color: approx Peru. HEX triplet: CE, 87 and 48. RGB value is (206,135,72). Sum of RGB (Red+Green+Blue) = 206+135+72=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8748 is #3178B7. Grayscale: #959595. Windows color (decimal): -3242168 or 4753358. OLE color: 4753358.

HSL color Cylindrical-coordinate representation of color #CE8748: hue angle of 28.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE8748 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20613572-
CMYK00.340.650.19
HSL28.21º57.76%54.51%-
HSV(B)28.21º65.05%80.78%-
XYZ35.2930.9210.24-
YUV149.0584.52168.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=49.88%
G=32.69%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061357200.340.650.1928.2157.7654.51
HexCE874802241131c3a37
Octal31620711004210123347267
Binary11001110100001111001000010001010000011001111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8748; }

 p { color: rgb(206,135,72); }

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

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

 a { background-color: rgb(206,135,72); }

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

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

 span { border-color: rgb(206,135,72); }

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