#CA9643

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

Shades of Anzac #CA9643

Tints of Anzac #CA9643

Color information

#CA9643 (or 0xCA9643) is unknown color: approx Anzac. HEX triplet: CA, 96 and 43. RGB value is (202,150,67). Sum of RGB (Red+Green+Blue) = 202+150+67=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9643 is #3569BC. Grayscale: #9C9C9C. Windows color (decimal): -3500477 or 4429514. OLE color: 4429514.

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

Color convert

RGB20215067-
CMYK00.260.670.21
HSL36.89º56.02%52.75%-
HSV(B)36.89º66.83%79.22%-
XYZ36.2834.7710.11-
YUV156.0977.73160.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 67 (26.56% from 255) = 15.99%
R=48.21%
G=35.80%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021506700.260.670.2136.8956.0252.75
HexCA964301A4315253835
Octal31222610303210325457065
Binary11001010100101101000011011010100001110101100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9643; }

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

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

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

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

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

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

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

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