#CA9246

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

Shades of Anzac #CA9246

Tints of Anzac #CA9246

Color information

#CA9246 (or 0xCA9246) is unknown color: approx Anzac. HEX triplet: CA, 92 and 46. RGB value is (202,146,70). Sum of RGB (Red+Green+Blue) = 202+146+70=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9246 is #356DB9. Grayscale: #9A9A9A. Windows color (decimal): -3501498 or 4625098. OLE color: 4625098.

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

Color convert

RGB20214670-
CMYK00.280.650.21
HSL34.55º55.46%53.33%-
HSV(B)34.55º65.35%79.22%-
XYZ35.7433.5610.39-
YUV154.0880.55162.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 70 (27.73% from 255) = 16.75%
R=48.33%
G=34.93%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021467000.280.650.2134.5555.4653.33
HexCA924601C4115233735
Octal31222210603410125436765
Binary11001010100100101000110011100100000110101100011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9246; }

 p { color: rgb(202,146,70); }

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

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

 a { background-color: rgb(202,146,70); }

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

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

 span { border-color: rgb(202,146,70); }

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