#CA9545

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

Shades of Anzac #CA9545

Tints of Anzac #CA9545

Color information

#CA9545 (or 0xCA9545) is unknown color: approx Anzac. HEX triplet: CA, 95 and 45. RGB value is (202,149,69). Sum of RGB (Red+Green+Blue) = 202+149+69=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9545 is #356ABA. Grayscale: #9C9C9C. Windows color (decimal): -3500731 or 4560330. OLE color: 4560330.

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

Color convert

RGB20214969-
CMYK00.260.660.21
HSL36.09º55.65%53.14%-
HSV(B)36.09º65.84%79.22%-
XYZ36.1834.4810.38-
YUV155.7379.06161-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 69 (27.34% from 255) = 16.43%
R=48.10%
G=35.48%
B=16.43%

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
Decimal2021496900.260.660.2136.0955.6553.14
HexCA954501A4215243835
Octal31222510503210225447065
Binary11001010100101011000101011010100001010101100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9545; }

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

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

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

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

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

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

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

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