#CA9441

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

Shades of Anzac #CA9441

Tints of Anzac #CA9441

Color information

#CA9441 (or 0xCA9441) is unknown color: approx Anzac. HEX triplet: CA, 94 and 41. RGB value is (202,148,65). Sum of RGB (Red+Green+Blue) = 202+148+65=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9441 is #356BBE. Grayscale: #9B9B9B. Windows color (decimal): -3500991 or 4297930. OLE color: 4297930.

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

Color convert

RGB20214865-
CMYK00.270.680.21
HSL36.35º56.38%52.35%-
HSV(B)36.35º67.82%79.22%-
XYZ35.934.129.69-
YUV154.6877.39161.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 65 (25.78% from 255) = 15.66%
R=48.67%
G=35.66%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021486500.270.680.2136.3556.3852.35
HexCA944101B4415243834
Octal31222410103310425447064
Binary11001010100101001000001011011100010010101100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9441; }

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

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

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

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

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

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

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

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