#CA9645

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

Shades of Anzac #CA9645

Tints of Anzac #CA9645

Color information

#CA9645 (or 0xCA9645) is unknown color: approx Anzac. HEX triplet: CA, 96 and 45. RGB value is (202,150,69). Sum of RGB (Red+Green+Blue) = 202+150+69=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9645 is #3569BA. Grayscale: #9C9C9C. Windows color (decimal): -3500475 or 4560586. OLE color: 4560586.

HSL color Cylindrical-coordinate representation of color #CA9645: hue angle of 36.54º 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 #CA9645 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB20215069-
CMYK00.260.660.21
HSL36.54º55.65%53.14%-
HSV(B)36.54º65.84%79.22%-
XYZ36.3434.810.43-
YUV156.3178.73160.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=47.98%
G=35.63%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021506900.260.660.2136.5455.6553.14
HexCA964501A4215253835
Octal31222610503210225457065
Binary11001010100101101000101011010100001010101100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9645; }

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

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

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

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

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

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

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

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