#CA9141

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

Shades of Anzac #CA9141

Tints of Anzac #CA9141

Color information

#CA9141 (or 0xCA9141) is unknown color: approx Anzac. HEX triplet: CA, 91 and 41. RGB value is (202,145,65). Sum of RGB (Red+Green+Blue) = 202+145+65=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9141 is #356EBE. Grayscale: #999999. Windows color (decimal): -3501759 or 4297162. OLE color: 4297162.

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

Color convert

RGB20214565-
CMYK00.280.680.21
HSL35.04º56.38%52.35%-
HSV(B)35.04º67.82%79.22%-
XYZ35.4433.199.54-
YUV152.9278.38163-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 65 (25.78% from 255) = 15.78%
R=49.03%
G=35.19%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021456500.280.680.2135.0456.3852.35
HexCA914101C4415233834
Octal31222110103410425437064
Binary11001010100100011000001011100100010010101100011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9141; }

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

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

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

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

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

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

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

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