#CA9347

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

Shades of Anzac #CA9347

Tints of Anzac #CA9347

Color information

#CA9347 (or 0xCA9347) is unknown color: approx Anzac. HEX triplet: CA, 93 and 47. RGB value is (202,147,71). Sum of RGB (Red+Green+Blue) = 202+147+71=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9347 is #356CB8. Grayscale: #9B9B9B. Windows color (decimal): -3501241 or 4690890. OLE color: 4690890.

HSL color Cylindrical-coordinate representation of color #CA9347: hue angle of 34.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA9347 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20214771-
CMYK00.270.650.21
HSL34.81º55.27%53.53%-
HSV(B)34.81º64.85%79.22%-
XYZ35.9333.8810.61-
YUV154.7880.72161.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 71 (28.12% from 255) = 16.90%
R=48.10%
G=35%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021477100.270.650.2134.8155.2753.53
HexCA934701B4115233736
Octal31222310703310125436766
Binary11001010100100111000111011011100000110101100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9347; }

 p { color: rgb(202,147,71); }

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

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

 a { background-color: rgb(202,147,71); }

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

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

 span { border-color: rgb(202,147,71); }

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