#CE9140

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

Shades of Anzac #CE9140

Tints of Anzac #CE9140

Color information

#CE9140 (or 0xCE9140) is unknown color: approx Anzac. HEX triplet: CE, 91 and 40. RGB value is (206,145,64). Sum of RGB (Red+Green+Blue) = 206+145+64=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9140 is #316EBF. Grayscale: #9A9A9A. Windows color (decimal): -3239616 or 4231630. OLE color: 4231630.

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

Color convert

RGB20614564-
CMYK00.300.690.19
HSL34.23º59.17%52.94%-
HSV(B)34.23º68.93%80.78%-
XYZ36.533.749.44-
YUV15477.21165.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=49.64%
G=34.94%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061456400.300.690.1934.2359.1752.94
HexCE914001E4513223b35
Octal31622110003610523427365
Binary11001110100100011000000011110100010110011100010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9140; }

 p { color: rgb(206,145,64); }

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

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

 a { background-color: rgb(206,145,64); }

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

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

 span { border-color: rgb(206,145,64); }

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