#CA9043

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

Shades of Anzac #CA9043

Tints of Anzac #CA9043

Color information

#CA9043 (or 0xCA9043) is unknown color: approx Anzac. HEX triplet: CA, 90 and 43. RGB value is (202,144,67). Sum of RGB (Red+Green+Blue) = 202+144+67=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9043 is #356FBC. Grayscale: #989898. Windows color (decimal): -3502013 or 4427978. OLE color: 4427978.

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

Color convert

RGB20214467-
CMYK00.290.670.21
HSL34.22º56.02%52.75%-
HSV(B)34.22º66.83%79.22%-
XYZ35.3432.919.8-
YUV152.5679.72163.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 67 (26.56% from 255) = 16.22%
R=48.91%
G=34.87%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021446700.290.670.2134.2256.0252.75
HexCA904301D4315223835
Octal31222010303510325427065
Binary11001010100100001000011011101100001110101100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9043; }

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

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

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

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

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

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

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

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