#CA9144

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

Shades of Anzac #CA9144

Tints of Anzac #CA9144

Color information

#CA9144 (or 0xCA9144) is unknown color: approx Anzac. HEX triplet: CA, 91 and 44. RGB value is (202,145,68). Sum of RGB (Red+Green+Blue) = 202+145+68=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9144 is #356EBB. Grayscale: #999999. Windows color (decimal): -3501756 or 4493770. OLE color: 4493770.

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

Color convert

RGB20214568-
CMYK00.280.660.21
HSL34.48º55.83%52.94%-
HSV(B)34.48º66.34%79.22%-
XYZ35.5333.2210.01-
YUV153.2679.88162.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 68 (26.95% from 255) = 16.39%
R=48.67%
G=34.94%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021456800.280.660.2134.4855.8352.94
HexCA914401C4215223835
Octal31222110403410225427065
Binary11001010100100011000100011100100001010101100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9144; }

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

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

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

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

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

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

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

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