#CA9641

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

Shades of Anzac #CA9641

Tints of Anzac #CA9641

Color information

#CA9641 (or 0xCA9641) is unknown color: approx Anzac. HEX triplet: CA, 96 and 41. RGB value is (202,150,65). Sum of RGB (Red+Green+Blue) = 202+150+65=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9641 is #3569BE. Grayscale: #9C9C9C. Windows color (decimal): -3500479 or 4298442. OLE color: 4298442.

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

Color convert

RGB20215065-
CMYK00.260.680.21
HSL37.23º56.38%52.35%-
HSV(B)37.23º67.82%79.22%-
XYZ36.2234.759.8-
YUV155.8676.73160.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 65 (25.78% from 255) = 15.59%
R=48.44%
G=35.97%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021506500.260.680.2137.2356.3852.35
HexCA964101A4415253834
Octal31222610103210425457064
Binary11001010100101101000001011010100010010101100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9641; }

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

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

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

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

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

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

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

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