#CA9440

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

Shades of Anzac #CA9440

Tints of Anzac #CA9440

Color information

#CA9440 (or 0xCA9440) is unknown color: approx Anzac. HEX triplet: CA, 94 and 40. RGB value is (202,148,64). Sum of RGB (Red+Green+Blue) = 202+148+64=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9440 is #356BBF. Grayscale: #9A9A9A. Windows color (decimal): -3500992 or 4232394. OLE color: 4232394.

HSL color Cylindrical-coordinate representation of color #CA9440: hue angle of 36.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA9440 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20214864-
CMYK00.270.680.21
HSL36.52º56.56%52.16%-
HSV(B)36.52º68.32%79.22%-
XYZ35.8734.119.54-
YUV154.5776.89161.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=48.79%
G=35.75%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021486400.270.680.2136.5256.5652.16
HexCA944001B4415253934
Octal31222410003310425457164
Binary11001010100101001000000011011100010010101100101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9440; }

 p { color: rgb(202,148,64); }

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

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

 a { background-color: rgb(202,148,64); }

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

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

 span { border-color: rgb(202,148,64); }

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