#CA9745

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

Shades of Anzac #CA9745

Tints of Anzac #CA9745

Color information

#CA9745 (or 0xCA9745) is unknown color: approx Anzac. HEX triplet: CA, 97 and 45. RGB value is (202,151,69). Sum of RGB (Red+Green+Blue) = 202+151+69=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9745 is #3568BA. Grayscale: #9D9D9D. Windows color (decimal): -3500219 or 4560842. OLE color: 4560842.

HSL color Cylindrical-coordinate representation of color #CA9745: hue angle of 36.99º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA9745 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB20215169-
CMYK00.250.660.21
HSL36.99º55.65%53.14%-
HSV(B)36.99º65.84%79.22%-
XYZ36.535.1210.49-
YUV156.978.4160.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 69 (27.34% from 255) = 16.35%
R=47.87%
G=35.78%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021516900.250.660.2136.9955.6553.14
HexCA97450194215253835
Octal31222710503110225457065
Binary11001010100101111000101011001100001010101100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9745; }

 p { color: rgb(202,151,69); }

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

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

 a { background-color: rgb(202,151,69); }

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

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

 span { border-color: rgb(202,151,69); }

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