#CE8C49

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

Shades of Peru #CE8C49

Tints of Peru #CE8C49

Color information

#CE8C49 (or 0xCE8C49) is unknown color: approx Peru. HEX triplet: CE, 8C and 49. RGB value is (206,140,73). Sum of RGB (Red+Green+Blue) = 206+140+73=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C49 is #3173B6. Grayscale: #989898. Windows color (decimal): -3240887 or 4820174. OLE color: 4820174.

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

Color convert

RGB20614073-
CMYK00.320.650.19
HSL30.23º57.58%54.71%-
HSV(B)30.23º64.56%80.78%-
XYZ36.0332.3610.65-
YUV152.183.37166.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=49.16%
G=33.41%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061407300.320.650.1930.2357.5854.71
HexCE8C4902041131e3a37
Octal31621411104010123367267
Binary11001110100011001001001010000010000011001111110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8C49; }

 p { color: rgb(206,140,73); }

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

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

 a { background-color: rgb(206,140,73); }

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

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

 span { border-color: rgb(206,140,73); }

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