#CA9443

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

Shades of Anzac #CA9443

Tints of Anzac #CA9443

Color information

#CA9443 (or 0xCA9443) is unknown color: approx Anzac. HEX triplet: CA, 94 and 43. RGB value is (202,148,67). Sum of RGB (Red+Green+Blue) = 202+148+67=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9443 is #356BBC. Grayscale: #9B9B9B. Windows color (decimal): -3500989 or 4429002. OLE color: 4429002.

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

Color convert

RGB20214867-
CMYK00.270.670.21
HSL36º56.02%52.75%-
HSV(B)36º66.83%79.22%-
XYZ35.9634.1410-
YUV154.9178.39161.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 67 (26.56% from 255) = 16.07%
R=48.44%
G=35.49%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021486700.270.670.213656.0252.75
HexCA944301B4315243835
Octal31222410303310325447065
Binary11001010100101001000011011011100001110101100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9443; }

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

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

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

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

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

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

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

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