#CE9A46

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

Shades of Anzac #CE9A46

Tints of Anzac #CE9A46

Color information

#CE9A46 (or 0xCE9A46) is unknown color: approx Anzac. HEX triplet: CE, 9A and 46. RGB value is (206,154,70). Sum of RGB (Red+Green+Blue) = 206+154+70=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A46 is #3165B9. Grayscale: #A0A0A0. Windows color (decimal): -3237306 or 4627150. OLE color: 4627150.

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

Color convert

RGB20615470-
CMYK00.250.660.19
HSL37.06º58.12%54.12%-
HSV(B)37.06º66.02%80.78%-
XYZ38.1136.6810.86-
YUV159.9777.23160.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 70 (27.73% from 255) = 16.28%
R=47.91%
G=35.81%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061547000.250.660.1937.0658.1254.12
HexCE9A460194213253a36
Octal31623210603110223457266
Binary11001110100110101000110011001100001010011100101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A46; }

 p { color: rgb(206,154,70); }

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

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

 a { background-color: rgb(206,154,70); }

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

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

 span { border-color: rgb(206,154,70); }

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